Skip to content

Commit

Permalink
Merge pull request #10 from thamindumk/feature/antlr
Browse files Browse the repository at this point in the history
add antlr4-runtime
  • Loading branch information
miyurud authored Aug 17, 2024
2 parents 5f9c683 + de3590c commit c6d6725
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN git clone --single-branch --depth 1 https://github.com/mfontanini/cppkafka.g
RUN git clone --single-branch --depth 1 https://github.com/kubernetes-client/c
RUN git clone --single-branch --depth 1 --branch v4.2-stable https://libwebsockets.org/repo/libwebsockets
RUN git clone --single-branch --depth 1 --branch release/0.2.5 https://github.com/yaml/libyaml
RUN git clone --single-branch --depth 1 https://github.com/antlr/antlr4.git

WORKDIR /home/ubuntu/software/METIS
RUN git submodule update --init
Expand Down Expand Up @@ -63,4 +64,11 @@ RUN cmake -DCMAKE_INSTALL_PREFIX=/usr/local ..
RUN make
RUN make install

WORKDIR /home/ubuntu/software
WORKDIR /home/ubuntu/software/antlr4/runtime/Cpp
RUN mkdir /home/ubuntu/software/antlr4/runtime/Cpp/build
WORKDIR /home/ubuntu/software/antlr4/runtime/Cpp/build
RUN cmake ..
RUN make install

RUN rm -rf /home/ubuntu/software/*

0 comments on commit c6d6725

Please sign in to comment.