Advertisement
Guest User

wired_win32

a guest
Mar 6th, 2010
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. How to build Wired on win32
  2.  
  3. You need to:
  4. - install MINGW + GDB http://www.mingw.org/
  5. - install MSYS + Developer Toolkit http://www.mingw.org/
  6. or
  7. install Code::Blocks IDE last build http://forums.codeblocks.org/index.php?board=20.0
  8. - install wired-libs-win32 package oxesoft@users.sourceforge.net
  9. or
  10. compile it by yourself the packages:
  11. wxWidgets http://www.wxwidgets.org/
  12. libsamplerate http://www.mega-nerd.com/SRC/
  13. SoundTouch http://www.surina.net/soundtouch/
  14. sndfile http://www.mega-nerd.com/libsndfile/
  15. portaudio src/portaudio or http://www.cs.cmu.edu/~music/portmusic/
  16. portmidi src/midi/portmidi or http://www.cs.cmu.edu/~music/portmusic/
  17.  
  18. Using MSYS:
  19. Inside MSYS prompt, change the direcory to "win32" and type "make".
  20.  
  21. Using Code::Blocks IDE:
  22. Open the file "win32/CodeBlocks/Wired.workspace" and run "Build > Build workspace" to compile everything.
  23. More details at http://www.codeblocks.org/
  24. Run "copydata.bat" to copy src/data content to bin directory.
  25.  
  26. For both cases the required DLLs need to be on PATH or at the same directory where wired.exe is.
  27.  
  28. --------------------------------------------------------------------------------
  29.  
  30. How to generate a installer
  31.  
  32. You need to:
  33. - install Inno Setup Compiler http://www.jrsoftware.org/isdl.php
  34.  
  35. Open the file "win32/installer.iss" using Inno Setup and press Ctrl+F9.
  36. Take a look at "win32/Output" and enjoy!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement