Diff
Not logged in

Differences From Artifact [00843a9ae2199a17]:

To Artifact [de085b8055253640]:


1 1 # To build, the following packages are needed. 2 -# wget http://ftp.digitalmars.com/dmd_2.059-0_i386.deb 3 -# sudo apt-get install gcc gcc-multilib 4 -# sudo pkg -i dmd_2.059-0_i386.deb 2 +# $ wget http://ftp.digitalmars.com/dmd_2.059-0_i386.deb 3 +# $ sudo apt-get install gcc gcc-multilib 4 +# $ sudo pkg -i dmd_2.059-0_i386.deb 5 +# 6 +# Optional GUI is Windows only. Need to install DFL (http://github.com/Rayerd/dfl). 5 7 6 -all: 8 +cui: 7 9 dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver.d util.d 8 10 9 11 gui: 10 - dmd -O -release -inline -ofgui_lifter gui_main.d driver.d game.d output.d solver.d util.d 12 + dmd -O -release -inline -ofgui gui_main.d gui.d driver.d game.d output.d solver.d util.d 13 + 14 +clean: 15 + rm *.obj *.o *.exe *.deps