-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ QUICK START INSTALLATION | |
|
||
./configure | ||
|
||
(or autoreconf -iv && ./configure, if you've got asn1c straight from github). | ||
(or `autoreconf -iv && ./configure` if you've got asn1c | ||
straight from github). | ||
|
||
Configure the build infrastructure for your platform | ||
asn1c specific ./configure options include: | ||
|
@@ -18,8 +19,8 @@ make | |
|
||
make check | ||
|
||
Ensure that the code is still behaving well after compiling on your platform. | ||
PLEASE CONTACT ME IF THIS FAILS ON YOUR PLATFORM! Lev Walkin <[email protected]> | ||
Ensure asn1c is still behaving well after compiling on your platform. | ||
PLEASE CONTACT ME IF THIS STEP FAILS! Lev Walkin <[email protected]> | ||
|
||
make install | ||
|
||
|