You have a very long quest.. that starts with installing this software !
You will discover secrets.. get the time.. read jokes..
Compile with GCC:
git clone https://github.com/AdamOnAir/FBD.git
cd FBD
gcc -o fbd main.c
Compile with CMake:
git clone https://github.com/AdamOnAir/FBD.git
cd FBD
mkdir build && cd build
cmake ..
make
Precompiled MS Windows executabes can be downloaded from the Releases section.
I used Airlib to speed up the program coding process.
Also, there is joke.h
that has the joke vector and function to return the joke.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Distribute, modify and use freely under the terms of the BSD 3-Clause “New” or “Revised” License.