Thread: OpenJazz
View Single Post
Alister Alister's Avatar

JCF Member

Joined: Mar 2001

Posts: 908

Alister is doing well so far

Feb 14, 2007, 01:29 PM
Alister is offline
Reply With Quote
I've uploaded the most recent version to the website. Not much has changed, but at least people can stop pestering me about the bridges

Neurotic: The most basic way would be to run the following commands.
gcc -c bonus.c -o bonus.o
gcc -c font.c -o font.o
gcc -c level.c -o level.o
gcc -c main.c -o main.o
gcc -c menu.c -o menu.o
gcc -c planet.c -o planet.o
gcc -c scene.c -o scene.o
gcc -c sound.c -o sound.o
gcc -o OpenJazz -lSDL bonus.o font.o level.o main.o menu.o planet.o scene.o sound.o

Of course, there are better ways of doing this (e.g. makefiles).

BN:
__________________
OpenJazz: Site - Talk
Palette Suite: Site - Talk
Yours truly: Site