aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-02-25 12:27:04 +0000
committerLev Walkin <vlm@lionet.info>2005-02-25 12:27:04 +0000
commit74ee31faaba0b9a35fcf46f4faab2a445f04ff11 (patch)
tree7d992ecf748316c96eb28ec20f15dd0fc8de3db0 /INSTALL
parente7727d5f52f61d3e08008a0549707c346a1bd41a (diff)
updated
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d7633938..46468226 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,9 +2,13 @@ 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
+ # PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM!
+
make install # Install the compiler into standard location
man asn1c # Display the asn1c manual page