mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
🐛 fix: Rename netris to nestri (#78)
## Description **What issue are you solving (or what feature are you adding) and how are you doing it?** This PR is the first in a series of PRs trying to solve the issue #48 by renaming `Netris` to `Nestri` to avoid Trademark legal issues.
This commit is contained in:
@@ -256,13 +256,13 @@ RUN apt-get update -y \
|
||||
&& chmod +x ./build.sh ./install.sh \
|
||||
&& ./install.sh
|
||||
|
||||
#Try building shadow-cast
|
||||
RUN git clone https://github.com/gmbeard/shadow-cast && cd shadow-cast \
|
||||
&& mkdir ./build && cd ./build \
|
||||
&& cmake -DCMAKE_CXX_FLAGS="-Wno-error=unused-result" -DCMAKE_C_FLAGS="-Wno-error=unused-result" .. \
|
||||
&& cmake --build . -- -j$(nproc) \
|
||||
&& chmod +x ./install-helper.sh \
|
||||
&& ./install-helper.sh
|
||||
# #Try building shadow-cast
|
||||
# RUN git clone https://github.com/gmbeard/shadow-cast && cd shadow-cast \
|
||||
# && mkdir ./build && cd ./build \
|
||||
# && cmake -DCMAKE_CXX_FLAGS="-Wno-error=unused-result" -DCMAKE_C_FLAGS="-Wno-error=unused-result" .. \
|
||||
# && cmake --build . -- -j$(nproc) \
|
||||
# && chmod +x ./install-helper.sh \
|
||||
# && ./install-helper.sh
|
||||
|
||||
RUN apt-get update -y; \
|
||||
apt-get upgrade -y; \
|
||||
|
||||
Reference in New Issue
Block a user