aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 5d2d54c5ff7b3b21f26abe065601ffec719df72e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QUICK START INSTALLATION
========================

./configure	# Configure the build infrastructure for your platform
make		# Build the libraries and the compiler
make check	# Ensure that the code is still behaving well
		# after compiling on your platform
make install	# Install the compiler into standard location


QUICK USAGE GUIDE
=================

For usage guide and more information please refer to README file.