Skip to content

Commit

Permalink
Merge pull request chapel-lang#4725 from mppf/quickstart-untar
Browse files Browse the repository at this point in the history
Add untar command to QUICKSTART.rst

Adds an untar command to QUICKSTART.rst so that it doesn't have to be in the
download web-page. Additionally, updates the 'cd' command to match the tar
command.

Discussed with / reviewed by @ben-albrecht and @bradcray.
  • Loading branch information
mppf authored Oct 6, 2016
2 parents 87f1dcb + ab39f96 commit 4b3c981
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions QUICKSTART.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,36 @@ enable more features, such as distributed memory execution.
get started with Chapel. After that, you may want to switch to a more
full-featured configuration. See using-a-more-full-featured-chapel_ below.

a. Make sure that your shell is in the directory containing
QUICKSTART.rst, for example:
a. Expand the source release if you haven't already:

.. code-block:: bash
tar xzf chapel-1.14.0.tar.gz
b. Make sure that your shell is in the directory containing
QUICKSTART.rst, for example:

.. code-block:: bash
cd ~/chapel-1.14
cd chapel-1.14.0
b. Set up your environment for Chapel's Quickstart mode.
c. Set up your environment for Chapel's Quickstart mode.
If you are using a shell other than bash,
see quickstart-with-other-shells_ below.

.. code-block:: bash
source util/quickstart/setchplenv.bash
c. Use GNU make to build Chapel.
d. Use GNU make to build Chapel.
On some systems, you will have to use gmake.
See `doc/building.rst`_ for more information about building Chapel.

.. code-block:: bash
make
d. Optionally, check that your Chapel build is working correctly
e. Optionally, check that your Chapel build is working correctly

.. code-block:: bash
Expand Down

0 comments on commit 4b3c981

Please sign in to comment.