File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM freeimage4java:latest
22
3- RUN apt-get update && apt-get -y install cvs make gcc g++
3+ RUN apt-get update && apt-get -y install make gcc g++
44
5- RUN cvs -z3 -d:pserver:anonymous@freeimage.cvs.sourceforge.net:/cvsroot/freeimage co -P FreeImage
5+ RUN git clone https://github.com/nextbreakpoint/FreeImage.git FreeImage
66
77COPY Makefile.lib.linux FreeImage/Makefile.lib.linux
88COPY Makefile.jni.linux FreeImage/Makefile.jni.linux
Original file line number Diff line number Diff line change 11FROM freeimage4java:latest
22
3- RUN apt-get update && apt-get -y install cvs make mingw-w64
3+ RUN apt-get update && apt-get -y install make mingw-w64
44
5- RUN cvs -z3 -d:pserver:anonymous@freeimage.cvs.sourceforge.net:/cvsroot/freeimage co -P FreeImage
5+ RUN git clone https://github.com/nextbreakpoint/FreeImage.git FreeImage
66
77COPY Makefile.lib.mingw64 FreeImage/Makefile.lib.mingw64
88COPY Makefile.jni.mingw64 FreeImage/Makefile.jni.mingw64
Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ export BUILD_DIR=`pwd`/build
33
44rm -fR FreeImage
55
6- cvs -z3 -d:pserver:anonymous@freeimage.cvs.sourceforge.net:/cvsroot/freeimage co -P FreeImage
6+ # cvs -z3 -d:pserver:anonymous@freeimage.cvs.sourceforge.net:/cvsroot/freeimage co -P FreeImage
7+
8+ git clone https://github.com/nextbreakpoint/FreeImage.git FreeImage
79
810cp Makefile.lib.macos FreeImage/Makefile.lib.macos
911cp Makefile.jni.macos FreeImage/Makefile.jni.macos
You can’t perform that action at this time.
0 commit comments