@@ -20,8 +20,8 @@ git clone --recursive https://github.com/SuperDisk/hUGETracker |
| 20 |
cd hUGETracker |
20 |
cd hUGETracker |
| 21 |
|
21 |
|
| 22 |
# Let Lazarus know about the dependencies that HT uses |
22 |
# Let Lazarus know about the dependencies that HT uses |
| 23 |
lazbuild --add-package-link rackctls\RackCtlsPkg.lpk |
23 |
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 and run! |