BuildingOnLinux.wiki
changeset 2140 61d7d5e0589a
parent 2128 e17756a4ab07
child 2219 12e5f8732e54
equal deleted inserted replaced
2139:b1aadfd754ab 2140:61d7d5e0589a
    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 }}}