Updated sdl_test/readme.txt
This commit is contained in:
parent
ee960ca680
commit
7007a4bf2b
@ -1,7 +0,0 @@
|
||||
Compile with: g++ -Wall demo.cpp -o demo (or if using clang, use clang++ demo.cpp -o demo)
|
||||
|
||||
This is just a proof of concept of using a BASIC-like syntax to program C++.
|
||||
|
||||
For the list of current Keywords, see the Keywords.txt file
|
||||
|
||||
For the Function/Sub prototypes, see the Prototypes.txt file
|
@ -2,4 +2,4 @@ Simple SDL Test.
|
||||
|
||||
Compile with:
|
||||
|
||||
g++ -ldl $(sdl-config --libs --cflags) -lSDL_image -lSDL_ttf test.cpp -o test
|
||||
g++ test.cpp $(sdl-config --libs --cflags) -ldl -lSDL_image -lSDL_ttf -o test
|
||||
|
BIN
sdl_test/test
BIN
sdl_test/test
Binary file not shown.
Loading…
Reference in New Issue
Block a user