From 9a52f7af7c328c751330e0fe2d8fb6d14ab8f386 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 15 Apr 2016 21:30:02 -0400 Subject: [PATCH] Not needed --- docs/Development.md | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 docs/Development.md diff --git a/docs/Development.md b/docs/Development.md deleted file mode 100644 index c28b8c93..00000000 --- a/docs/Development.md +++ /dev/null @@ -1,22 +0,0 @@ -# Development Guide - -## Building - -Please use cyclone-bootstrap if you are installing Cyclone on a machine for the first time. Otherwise, if you already have a copy of Cyclone installed you can build from Scheme source. - -The following prerequisites are required: - -- make -- gcc - -From the source directory, use the following commands to build and install: - - $ make - $ make test - $ sudo make install - $ cyclone - -By default everything is installed under `/usr/local`. This may be changed by passing a different `PREFIX`. For example: - - make PREFIX=/home/me install -