Commit 8b92a8d

Nick Faro committed on
Update README.md
commit 8b92a8d8c0a6a22945cc03d2a4827317b148f112 parent dd80801
1 changed files +8−2
ModifiedREADME.md +8−2
@@ -24,9 +24,15 @@ lazbuild --add-package-link rackctls/RackCtlsPkg.lpk
24 lazbuild --add-package-link bgrabitmap/bgrabitmap/bgrabitmappack.lpk 24 lazbuild --add-package-link bgrabitmap/bgrabitmap/bgrabitmappack.lpk
25 25
26 # At this point if you want to develop HT, then open GBEmu.lpi in Lazarus, make sure you're in the 26 # At this point if you want to develop HT, then open GBEmu.lpi in Lazarus, make sure you're in the
27 # Development build mode, and everything should build and run! 27 # Development build mode, and everything should build correctly. However, in order to allow for concurrent
28 # development on the tracker (this repo) and the sound driver (https://github.com/SuperDisk/hUGEDriver),
29 # the hUGEDriver folder is not copied to the output directory, and you're expected to symlink it there yourself;
30 # Pick one of the following:
28 31
29 # If you want to build a release for whatever platform you have; pick one of the following 32 mklink/J lib\Development\x86_64-win64\hUGEDriver hUGEDriver
33 ln -s hUGEDriver lib/Development/x86_64-linux/hUGEDriver
34
35 # If you just want to build a release for whatever platform you have, pick one of the following:
30 36
31 lazbuild GBEmu.lpi --build-mode="Production Windows" 37 lazbuild GBEmu.lpi --build-mode="Production Windows"
32 lazbuild GBEmu.lpi --build-mode="Production Mac" 38 lazbuild GBEmu.lpi --build-mode="Production Mac"