Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ $ python setup.py linux pygame
$ ./build/tinypy examples/julia.py
$ ./build/tinypy your-program-goes-here.py

Or do this:

$ python2 setup.py tinypy
$ ./build/tinypy hi.py

Depends on:
- python (only for bootstrapping)
- sdl (for the pygame module)
Expand Down Expand Up @@ -59,4 +64,4 @@ A. Ask me some other time. Short answer: I do it like lua does it. Only calls

Q. At the end of build.py tinypy doesn't work!
A. This is probably because of my use of -O3 in the final step. Run the command
again without -O3. Some versions of GCC are buggy and don't do well with it.
again without -O3. Some versions of GCC are buggy and don't do well with it.