Skip to content

Commit

Permalink
update readme a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
droundy committed Apr 6, 2021
1 parent c1cce57 commit caf7724
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,19 @@ http://physics.oregonstate.edu/~roundyd/fac

## Build and install

To build fac (assuming you have just cloned fac, and do not have an
older version of fac) just run
The easy way to get fac is to first install rust on your computer,
and then to type

cargo install fac

## Build and install from a git clone

To build fac (and its documentation) just run

cargo build

This should build fac on an x86-64 linux system that has rust
installed. You may be able to use build-freebsd.sh to build on
freebsd (but it is likely bit-rotted). You can then build an
installed. You can then build an
optimized version by running

target/debug/fac fac
Expand Down

0 comments on commit caf7724

Please sign in to comment.