CompileTitanion

Page history last edited by James 8 mos ago

From Shirakawasuna, of ArchLinux package maintenance fame.

Instructions verified with 1.015 of dmd.

From Kenta Cho's site, unzip and cd into the created directory. Then run the following commands:

 

$ cd $startdir/src/ttn

$ dmd -c -Iimport -op import/SDL_mixer.d import/SDL_video.d

$ dmd -v1 -d -c -Iimport -op -O -release src/abagames/{ttn,util,util/sdl}/*.d

$ gcc -Wl,--rpath,/usr/local/lib -o ttn import/SDL_video.o import/SDL_mixer.o src/abagames/{ttn,util,util/sdl}/*.o -lphobos -lpthread -lm -lSDL -lGL -lGLU -lSDL_mixer -lstdc++

Comments (0)

You don't have permission to comment on this page.