thgier / PotatoPresenter

Tool to create presentation slides that can be exported as PDF.
60 stars 8 forks source link

Build instructions incomplete #3

Open t3st-account opened 2 years ago

t3st-account commented 2 years ago

there seem s to be missing a '&&' in the build section for antrl4: env CXX=g++-11 && cmake . -DANTLR4_INSTALL=ON -DWITH_DEMO=False

There is now a detailed description how to build it from source on the webside: https://potato-presenter.de/contribute.html

Originally posted by @thgier in https://github.com/thgier/PotatoPresenter/issues/2#issuecomment-1018541211

thgier commented 2 years ago

Did you try it out and it does not work? I think it should work with '&&' and without it.

t3st-account commented 2 years ago

Yes, I tried it, and it did not work without the '&&' . I am running Linux mint 'una' on the newest kernel with zsh as my shell