13 lines
394 B
Markdown
13 lines
394 B
Markdown
Laidout
|
|
========================
|
|
### Install from source
|
|
```bash
|
|
sudo pacman -S git gcc-multilib pkg-config libpng12 readline libx11 libxext libxi libxft libcups imlib2 fontconfig freetype2 openssl graphicsmagick mesa glu ftgl
|
|
|
|
yaourt -S makedepend
|
|
|
|
svn checkout svn://svn.code.sf.net/p/laidout/code/trunk laidout-svn
|
|
|
|
cd laidout-svn
|
|
git clone http://github.com/tomlechner/laxkit.git laxkit
|
|
``` |