From ba70a566e149703f8f105e8f82c579e3929bca96 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Tue, 1 Oct 2024 20:00:31 +0300 Subject: [PATCH] /docs/getting_and_compiling.txt --- docs/getting_and_compiling.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/getting_and_compiling.txt diff --git a/docs/getting_and_compiling.txt b/docs/getting_and_compiling.txt new file mode 100644 index 0000000..4c01ea7 --- /dev/null +++ b/docs/getting_and_compiling.txt @@ -0,0 +1,9 @@ +firstly, make sure to pull git-lfs references with: git-lfs fetch +install cmake and sdl2-dev packages in manner suitable to your distribution +add /tools/ directory to your $PATH, for example, with: PATH=$PATH:$(realpath ./tools/) +navigate to one of /apps/ folders for demos +run `twn build` to build +runnable script should have the same name as app folder it is in + +with windows it's assumed you have bash and gnu software +you might also want to install python3, but it's not a hard requirement