add Libraries needed for compilation section derived from FAQ answer 'Which libraries do I need to get the UI working with X11 on Linux?'

db4
Matt S Trout 2008-01-10 15:58:27 -05:00 committed by Slava Pestov
parent 64d47e5077
commit 3f4c2aafcf
1 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,7 @@ implementation. It is not an introduction to the language itself.
- Platform support
- Compiling the Factor VM
- Libraries needed for compilation
- Bootstrapping the Factor image
- Running Factor on Unix with X11
- Running Factor on Mac OS X - Cocoa UI
@ -59,6 +60,17 @@ for your platform.
Compilation will yield an executable named 'factor' on Unix,
'factor-nt.exe' on Windows XP/Vista, and 'factor-ce.exe' on Windows CE.
* Libraries needed for compilation
For X11 support, you need recent development libraries for libc, Freetype,
X11, OpenGL and GLUT. On a Debian-derived Linux distribution (like Ubuntu),
you can use the line
sudo apt-get install libc6-dev libfreetype6-dev libx11-dev glutg3-dev
to grab everything (if you're on a non-debian-derived distro please tell us
what the equivalent command is on there and it can be added :)
* Bootstrapping the Factor image
The boot images are no longer included with the Factor distribution