equal
deleted
inserted
replaced
30 |
30 |
31 If you are on Debian stable as of 2018-12-14, you may have to install the backport of physfs. |
31 If you are on Debian stable as of 2018-12-14, you may have to install the backport of physfs. |
32 |
32 |
33 If you want PNG screenshots (instead of BMP screenshots), add: |
33 If you want PNG screenshots (instead of BMP screenshots), add: |
34 {{{ |
34 {{{ |
35 sudo apt-get install libpng12-dev |
35 sudo apt-get install libpng-dev |
36 }}} |
36 }}} |
37 If you want video recording, add: |
37 If you want video recording, add: |
38 {{{ |
38 {{{ |
39 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev |
39 sudo apt-get install libavcodec-dev libavformat-dev freeglut3-dev |
40 }}} |
40 }}} |