Advertisement
ffredrikk

Untitled

Jul 19th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. # LLVM, libclang testing
  2. # http://download.qt.io/development_releases/prebuilt/libclang/
  3. # RUN yum install -y llvm3.9-devel llvm3.9
  4. # RUN export PATH=$PATH:/usr/lib64/llvm3.9/bin
  5. # RUN yum install -y wget
  6. # RUN wget http://download.qt.io/development_releases/prebuilt/libclang/libclang-release_39-linux-Rhel7.2-gcc5.3-x86_64.7z
  7. # RUN yum install -y p7zip
  8. # RUN ls -alh
  9. # RUN 7za x libclang\*.7z
  10. # RUN cd libclang && ls -alh
  11. # ENV CLANG_INSTALL_DIR $PWD/libclang
  12. # RUN echo $CLANG_INSTALL_DIR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement