From cb20506a06dd40359d44c3aff3a1912e4ad89a6c Mon Sep 17 00:00:00 2001 From: yingshaoxo Date: Sat, 23 Mar 2024 01:52:16 +0000 Subject: [PATCH] Update README.txt Add a simpler build command for users --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 954142f..a3dad99 100644 --- a/README.txt +++ b/README.txt @@ -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) @@ -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. \ No newline at end of file + again without -O3. Some versions of GCC are buggy and don't do well with it.