Skip to content

Commit

Permalink
Add HTML anchors for each header.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Jun 9, 2011
1 parent 5a8f54c commit 38f67db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ Some advantages of Julia over comparable systems include:

For a more in depth discussion of the rationale and advantages of Julia over other systems, see the [Introduction](https://github.com/JuliaLang/julia/wiki/Introduction) in the wiki, or [browse](https://github.com/JuliaLang/julia/wiki/) all of the wiki documentation.

<a name="Resources"/>
## Resources

- **Homepage:** <http:https://julialang.org>
- **Discussion:** <[email protected]>
- **Download:** <https://github.com/JuliaLang/julia>

<a name="Required-Build-Tools"/>
## Required Build Tools

- gcc
Expand All @@ -49,18 +51,21 @@ For a more in depth discussion of the rationale and advantages of Julia over oth
* readline
* mongoose

<a name="Supported-Platforms"/>
## Supported Platforms

- x86 and x86/64 GNU/Linux
- x86/64 OS X (x86 OS X should work but is untested)

<a name="Compilation"/>
## Compilation

- Run `make` in `external/` to download and build external dependencies.
- Run `make` in the top-level directory to build julia.

No installation is required — julia is currently run from the directory where it was built. You might want to make a symbolic link for the executable, for example `ln -s JULIA_PATH/julia ~/bin/julia`.

<a name="Directories"/>
## Directories

attic/ old, now-unused code
Expand All @@ -74,6 +79,7 @@ No installation is required — julia is currently run from the directory where
test/ unit and function tests for julia itself
ui/ source for various frontends

<a name="Emacs-Setup"/>
## Emacs Setup

Add the following line to `~/.emacs`
Expand Down

0 comments on commit 38f67db

Please sign in to comment.