Skip to content

Commit

Permalink
DRY: supported architectures are the same for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious committed Oct 30, 2012
1 parent 1c285d9 commit 2ffee09
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ This is the GitHub repository of Julia source code, including instructions for c
<a name="Currently-Supported-Platforms"/>
## Currently Supported Platforms

- **GNU/Linux:** x86/64 (64-bit); x86 (32-bit).
- **Darwin/OS X:** x86/64 (64-bit); x86 (32-bit).
- **FreeBSD:** x86/64 (64-bit); x86 (32-bit).
- **GNU/Linux**
- **Darwin/OS X**
- **FreeBSD**

All three systems supported with both x86/64 (64-bit) and x86 (32-bit) architectures.

<a name="Source-Download-Compilation"/>
## Source Download & Compilation
Expand Down

0 comments on commit 2ffee09

Please sign in to comment.