make package-ubuntu2004 | make package-ubuntu2004 | ||||
bash ../ubuntu2004.sh make impl_sdl | bash ../ubuntu2004.sh make impl_sdl | ||||
make package_sdl-ubuntu2004 | make package_sdl-ubuntu2004 | ||||
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions | |||||
prep: | prep: | ||||
apt-get update | apt-get update |
patch FastPFor/CMakeLists.txt libcpp.patch | patch FastPFor/CMakeLists.txt libcpp.patch | ||||
bash ../ubuntu2004.sh make impl | bash ../ubuntu2004.sh make impl | ||||
make package-ubuntu2004 | make package-ubuntu2004 | ||||
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions | |||||
impl: | impl: | ||||
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 | update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 |
git clone git://source.ffmpeg.org/ffmpeg.git | git clone git://source.ffmpeg.org/ffmpeg.git | ||||
bash ../ubuntu2004.sh make ffmpeg_impl | bash ../ubuntu2004.sh make ffmpeg_impl | ||||
make package-ubuntu2004 | make package-ubuntu2004 | ||||
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions | |||||
ffmpeg_impl: | ffmpeg_impl: | ||||
apt-get update | apt-get update |
git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3 | git clone https://github.com/rayburgemeestre/seasocks --branch v1.4.3 | ||||
bash ../ubuntu2004.sh make impl | bash ../ubuntu2004.sh make impl | ||||
make package-ubuntu2004 | make package-ubuntu2004 | ||||
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions | |||||
impl: | impl: | ||||
update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 | update-alternatives --install /usr/bin/c++ c++ /usr/bin/clang++-10 40 |
pushd SFML && git checkout 2.5.x # && patch -p1 < ../patch.txt | pushd SFML && git checkout 2.5.x # && patch -p1 < ../patch.txt | ||||
bash ../ubuntu2004.sh make impl | bash ../ubuntu2004.sh make impl | ||||
make package-ubuntu2004 | make package-ubuntu2004 | ||||
bash ../ubuntu2004.sh chown $$(id -u):$$(id -g) . -R # fix permissions | |||||
impl: | impl: | ||||
# copy & paste from allegro5 | # copy & paste from allegro5 |