mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
use glew-cmake in dockerfile
This commit is contained in:
parent
73065898c8
commit
1862eefe53
1 changed files with 4 additions and 3 deletions
|
@ -29,9 +29,10 @@ RUN dpkg --add-architecture i386 && \
|
|||
ln -s /usr/bin/g++-10 /usr/bin/g++ && \
|
||||
ln -s /usr/bin/g++-10 /usr/bin/c++
|
||||
|
||||
RUN git clone https://github.com/nigels-com/glew.git && \
|
||||
make -C /glew extensions -j$(nproc) && \
|
||||
make -C /glew install ARCH64=false
|
||||
RUN git clone https://github.com/Perlmint/glew-cmake.git && \
|
||||
cmake glew-cmake && \
|
||||
make -j$(nproc) && \
|
||||
make install ARCH64=false
|
||||
|
||||
RUN mkdir /soh
|
||||
WORKDIR /soh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue