ArthurSonzogni / ANTLR-cmake-starter

:heart: A ready to use CMake + ANTLR simple starter with not dependencies. :+1:
10 stars 2 forks source link

download.sh #1

Closed Decoe closed 3 years ago

Decoe commented 3 years ago

Hi, thank you for your example. I noticed, that the source zip uri changed, so the download.sh script needs to be adapted (incl. version upgrade) to:

cd "$(dirname "$0")" top=$(pwd)

mkdir -p cpp_runtime

Download ANTLR and the CPP runtime

curl http://www.antlr.org/download/antlr-4.8-complete.jar -o antlr.jar curl https://codeload.github.com/antlr/antlr4/zip/4.8 -o cpp_runtime/archive.zip

Unzip cpp runtime

cd cpp_runtime unzip archive.zip

ArthurSonzogni commented 3 years ago

Thanks! I will update the code soon.

Le ven. 4 sept. 2020 à 11:43, Decoe notifications@github.com a écrit :

Hi, thank you for your example. I noticed, that the source zip uri changed, so the download.sh script needs to be adapted (incl. version upgrade) to:

cd "$(dirname "$0")" top=$(pwd)

mkdir -p cpp_runtime Download ANTLR and the CPP runtime

curl http://www.antlr.org/download/antlr-4.8-complete.jar -o antlr.jar curl https://codeload.github.com/antlr/antlr4/zip/4.8 https://codeload.github.com/antlr/antlr4/zip/4.8 -o cpp_runtime/archive.zip Unzip cpp runtime

cd cpp_runtime unzip archive.zip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ArthurSonzogni/ANTLR-cmake-starter/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABEJ4QRU2IW6OXSULIHFET3SECZENANCNFSM4QX4GGIQ .