src: Removed everything license key related
* removed license check * removed license from ApplicationSettings * removed LicenseGenerator * removed license tests * removed lib_license * removed dependency on Botan * removed license generation in all scripts
This commit is contained in:
@@ -109,14 +109,6 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/llvm/ \
|
||||
#COPY scripts/install-llvm.sh /opt/
|
||||
#RUN ./install-llvm.sh
|
||||
|
||||
## Install botan
|
||||
RUN git clone https://github.com/randombit/botan.git /botan && \
|
||||
cd /botan && \
|
||||
git checkout 2.1.0 && \
|
||||
./configure.py --disable-shared --cpu=x86_32 --prefix=/opt/botan && \
|
||||
make -j8 && make install && \
|
||||
rm -rf /botan
|
||||
|
||||
## Boost
|
||||
ARG BOOST_MAJOR=1
|
||||
ARG BOOST_MINOR=68
|
||||
@@ -158,7 +150,6 @@ echo "source /opt/rh/devtoolset-6/enable" >> /etc/bashrc
|
||||
|
||||
ENV CXX=/opt/rh/devtoolset-6/root/usr/bin/g++ \
|
||||
CC=/opt/rh/devtoolset-6/root/usr/bin/gcc \
|
||||
BOTAN_DIR=/opt/botan \
|
||||
CXX_TEST_DIR=/opt/cxxtest \
|
||||
JAVA_HOME=/usr/lib/jvm/java-openjdk \
|
||||
LLVM_DIR=/opt/llvm \
|
||||
|
||||
@@ -8,7 +8,6 @@ based on centos 6
|
||||
* maven 3.5.0
|
||||
* qt 5.9.1
|
||||
* llvm 5.0.0
|
||||
* botan 2.1.0
|
||||
* boost 1.64.0
|
||||
* ninja (release branch Aug2017)
|
||||
* cxxtext 4.4
|
||||
|
||||
@@ -12,7 +12,6 @@ ENV QT_DIR=/opt/qt${QTVERSION} \
|
||||
CXX_TEST_DIR=/opt/cxxtest \
|
||||
LLVM_DIR=/opt/llvm \
|
||||
BOOST_DIR=/opt/boost \
|
||||
BOTAN_DIR=/opt/botan \
|
||||
LD_LIBRARY_PATH=$QT_DIR/lib/
|
||||
|
||||
# Install Qt
|
||||
@@ -72,15 +71,6 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/opt/llvm/ \
|
||||
&& make -j8 install && rm -Rf /llvm
|
||||
|
||||
WORKDIR /opt
|
||||
## Botan
|
||||
RUN git clone https://github.com/randombit/botan.git /botan && \
|
||||
cd /botan && \
|
||||
ln -sf /opt/rh/devtoolset-6/root/usr/bin/g++ /usr/bin/g++ && \
|
||||
ln -sf /opt/rh/devtoolset-6/root/usr/bin/c++ /usr/bin/c++ && \
|
||||
git checkout 2.1.0 && \
|
||||
./configure.py --disable-shared --prefix=/opt/botan && \
|
||||
make -j8 && make install && \
|
||||
rm -rf /botan
|
||||
|
||||
## Boost
|
||||
ARG BOOST_MAJOR=1
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
Docker Image for Sourcetrail 64 bit
|
||||
===================================
|
||||
|
||||
based on our gcc Docker images
|
||||
based on our gcc Docker images
|
||||
|
||||
Software
|
||||
--------
|
||||
|
||||
* Qt 5.9.1
|
||||
* LLVM/Clang 5.0.0
|
||||
* Botan 2.1.0
|
||||
* Boost 1.64.0
|
||||
* Ninja
|
||||
* Ninja
|
||||
* CxxTest 4.4
|
||||
|
||||
Reference in New Issue
Block a user