diff options
author | Charadon <dev@iotib.net> | 2022-09-20 11:16:43 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-20 11:16:43 -0400 |
commit | 8654b2d89502c8aad3980c171d6207c6418b12c8 (patch) | |
tree | eb11486ae46abcd9a0f5067799349647e30f2862 | |
parent | ce111c26fa183ede6ccfcbf20bd8b8263330278d (diff) | |
download | Pong-C-8654b2d89502c8aad3980c171d6207c6418b12c8.tar.gz |
Updated README
-rw-r--r-- | README.txt | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/README.txt b/README.txt index 6791bae..1b39cd8 100644 --- a/README.txt +++ b/README.txt @@ -30,10 +30,16 @@ My goal with this project is: criticism of my code, go ahead and leave an issue! Pointing out mistakes is the only way I can learn. =============================================================================== -Build: - 1. Modify tup.config to your needs. - 2. Run `tup` - 3. Run ./install.sh - 4. Done +Build with Tup: + 1. Modify tup.config to your needs. + 2. Run `tup` + 3. Run ./install.sh + 4. Done +Build without Tup: + Because I get all my CFLAGS and LDFLAGS from pkg-config, it should be + pretty portable. + 1. Run ./build-$RELEASETYPE.sh (release if packaging, debug if debugging) + 2. Run ./install.sh + 3. Done. =============================================================================== If you like my work and want to support me, consider donating to me on https://liberapay.com/Charadon/ |