diff options
author | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-14 21:43:04 +0200 |
---|---|---|
committer | Anton L. Šijanec <sijanecantonluka@gmail.com> | 2020-05-14 21:43:04 +0200 |
commit | 068a3541fac291885945b1fe5de58e8fe01a98d2 (patch) | |
tree | 1aeaf891707605a1a90a25038b1a88e49c8c0fe0 /README.md | |
parent | Merge branch 'dev' of https://github.com/beziapp/beziapp.github.io into dev (diff) | |
download | beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.tar beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.tar.gz beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.tar.bz2 beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.tar.lz beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.tar.xz beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.tar.zst beziapp-068a3541fac291885945b1fe5de58e8fe01a98d2.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -10,22 +10,24 @@ navigation@>` in a .bvr file in [pages-src](pages-src) will include [`navigation `<@?s variable_name variable value@>` and read with `<@?s variable_name@>`. To execute a command and surpress output, use `<@#?x arg@>` where `x` is the command. -So now pages are now in pages-src and before deployment, `./compose_html pages-src/ pages/` has to be run to update the pages +So pages are now in pages-src and before deployment, `./compose_html pages-src/ pages/` has to be run to update the pages dir. idkr, it seemed like a good idea, but feel free not to use it (write about it here so I won't override your commits). -the compiled binary works on "`Linux kondenzator 5.3.0-46-generic #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 +the compiled binaries work on "`Linux kondenzator 5.3.0-46-generic #38~18.04.1-Ubuntu SMP Tue Mar 31 04:17:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux`". -this is close to how I compiled it: +there's now a configure script (bash) that compiles all binaries (use if the prebuilt binaries don't work). + ``` -idrk=`pwd` -cd /tmp -git clone https://github.com/sijanec/bverbose -cd bverbose -gcc test/compose-all-in-dir.c -I lib -I src -mv a.out $idrk/compose_html -cd $idrk +# install dependencies +sudo apt install git gcc +# run from project directory +./configure ``` +creates binaries so you can use the ./install everytime you make changes (and hook to post-commit) + +should there be any conflicts with the developers on different platforms, .gitignore files will be created to ignore binaries +from being comitted every time. |