blob: 5d2d54c5ff7b3b21f26abe065601ffec719df72e [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001QUICK START INSTALLATION
2========================
3
4./configure # Configure the build infrastructure for your platform
5make # Build the libraries and the compiler
6make check # Ensure that the code is still behaving well
7 # after compiling on your platform
8make install # Install the compiler into standard location
9
10
11QUICK USAGE GUIDE
12=================
13
14For usage guide and more information please refer to README file.