clarified setup instructions, formatting

BodgeMaster-unfinished
BodgeMaster 2022-06-27 07:51:39 +02:00
parent ddcce177b6
commit bdc726abe9
1 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,9 @@ Immediate goals:
### Prerequisites:
This project requires bash, wget or curl, and a C++ compiler.
This project requires bash and a C++20 compiler.
The project setup requires wget or curl, gzip, and tar.
**For people using other shells than bash:** You need to at least have bash
installed to use the scripts, but using it as your shell while working on
@ -30,7 +32,8 @@ this project also allows you to use the provided aliases.
If you dont want to use bash as your shell, not even temporarily for this
project, you can use the scripts by running them from the project's base
directory and run any generated executables with `LD_LIBRARY_PATH` set to point to `bin/lib`.
directory and run any generated executables with `LD_LIBRARY_PATH` set to
point to `bin/lib`.
### Setup