Differences

This shows you the differences between two versions of the page.


Last revision
lynx:lynx_sprite_packer_-_sprpck [2021/01/26 23:14] – created Igor
Line 1: Line 1:
 +====== Lynx Sprite Packer ======
  
 +FIXME Add description here
 +
 +===== Building  =====
 +
 +To build...
 +
 +<code>
 +git clone https://github.com/42Bastian/sprpck.git
 +cd sprpck/src
 +make
 +</code>
 +
 +Include on your path...
 +
 +<code>
 +export SPRPCK_HOME=`pwd`
 +export PATH="$SPRPCK_HOME:$PATH"
 +</code>