mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
12 lines
396 B
Bash
Executable file
12 lines
396 B
Bash
Executable file
#!/bin/bash
|
|
# als root ausführen!
|
|
|
|
apt-get install -y mercurial git default-jdk
|
|
apt-get install -y cython cython3
|
|
apt-get install -y python3-pip
|
|
apt-get install -y python3-yaml
|
|
apt-get install -y virtualenv
|
|
apt-get install -y pkg-config
|
|
apt-get install -y automake autoconf libtool
|
|
apt-get install -y zlib1g-dev
|
|
apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
|