ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

missing build instructions #27

Closed jbauernberger closed 2 years ago

jbauernberger commented 2 years ago

this is a phenomenal project. A few hints about compiling from source that might be useful:

On Debian / Ubuntu you will need boost (in addition to uuid-dev) otherwise the build fails:

sudo apt install libboost1.71-dev

then:

mkdir build && cd build 
cmake ..
make -j
sudo make install
ArthurSonzogni commented 2 years ago

That's a good thing to do. I will.

ArthurSonzogni commented 2 years ago

I addressed this suggestion. Thanks!