-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from talonbragg/patch-1
Make readme look better
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
lci - a LOLCODE interpreter written in C | ||
# lci - a LOLCODE interpreter written in C | ||
|
||
LICENSE | ||
# LICENSE | ||
|
||
Copyright (C) 2010-2014 Justin J. Meza | ||
|
||
|
@@ -17,7 +17,7 @@ LICENSE | |
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
ABOUT | ||
# ABOUT | ||
|
||
lci is a LOLCODE interpreter written in C and is designed to be correct, | ||
portable, fast, and precisely documented. | ||
|
@@ -39,15 +39,15 @@ http://github.com/justinmeza/lci/issues. | |
|
||
Created and maintained by Justin J. Meza <[email protected]>. | ||
|
||
PREREQUISITES | ||
# PREREQUISITES | ||
|
||
1. You must have CMake installed (www.cmake.org). | ||
a) If you're using a Linux distro with package managment CMake should be in | ||
your repositories. | ||
|
||
2. Python 2.7+ or Python 2.x with the argparse module installed. | ||
|
||
INSTALLATION: THE EASY WAY ON LINUX OR MAC OSX | ||
# INSTALLATION: THE EASY WAY ON LINUX OR MAC OSX | ||
|
||
1. run the script install.py. Note that | ||
|
||
|
@@ -60,7 +60,7 @@ INSTALLATION: THE EASY WAY ON LINUX OR MAC OSX | |
$ ./install.py --prefix="/home/kurtis/opt" | ||
|
||
|
||
INSTALLATION: THE MORE INVOLVED WAY ON LINUX OR MAC OSX | ||
# INSTALLATION: THE MORE INVOLVED WAY ON LINUX OR MAC OSX | ||
|
||
1. Configure lci using CMake. This can be as simple as opening up the terminal, | ||
navigating to the directory containing lci and typing: | ||
|
@@ -92,7 +92,7 @@ INSTALLATION: THE MORE INVOLVED WAY ON LINUX OR MAC OSX | |
|
||
$ ctest | ||
|
||
INSTALLATION ON WINDOWS | ||
# INSTALLATION ON WINDOWS | ||
|
||
(Note that the instructions were written from the point of view of Windows 7, | ||
but in practice, any modern version will work.) | ||
|