Diff
Not logged in

Differences From Artifact [01a4f7a0531dae71]:

To Artifact [00843a9ae2199a17]:


1 # To build, the following packages are needed. 1 # To build, the following packages are needed. 2 # wget http://ftp.digitalmars.com/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 3 # sudo apt-get install gcc gcc-multilib 4 # sudo pkg -i dmd_2.059-0_i386.deb 4 # sudo pkg -i dmd_2.059-0_i386.deb 5 5 6 all: 6 all: 7 dmd -O -release -inline -oflifter cui_auto_main.d driver.d game.d output | 7 dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver > 8 > 9 gui: > 10 dmd -O -release -inline -ofgui_lifter gui_main.d driver.d game.d output.