mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-19 21:15:27 +00:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
sudo apt-get install cmake libftgl-dev libglew-dev libsdl2-dev cmake-curses-gui curl
|
|
|
|
|
|
(SDL2 for raspi)
|
|
wget https://www.libsdl.org/tmp/SDL-2.0.4-9901.tar.gz
|
|
tar -zxf SDL-2.0.4-9901.tar.gz
|
|
cd SDL-2.0.4-9901
|
|
./configure --disable-video-opengl --disable-video-x11
|
|
|
|
cmake .
|
|
|