Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asadpiz committed Jun 21, 2016
1 parent b4ea29f commit b9e083d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ A geometry viewer application that generates a standalone double-clickable file


## Compilation Instructions: ## Compilation Instructions:


Adjust the installation locatino of your brlcad installation. This is for default and release 7.24.4. Adjust the command according to the location of your brlcad installation. This command is for default and release 7.24.4.


```bash ```bash
gcc -o viewer viewer.c -L/usr/brlcad/rel-7.24.4/lib -lrt -lbu -I/usr/brlcad/rel-7.24.4/include -I/usr/brlcad/rel-7.24.4/include/brlcad gcc -o viewer viewer.c -L/usr/brlcad/rel-7.24.4/lib -lrt -lbu -I/usr/brlcad/rel-7.24.4/include -I/usr/brlcad/rel-7.24.4/include/brlcad

./viewer.c moss.g ./viewer.c moss.g
``` ```
## Development Plan Summary: ## Development Plan Summary:
Expand Down

0 comments on commit b9e083d

Please sign in to comment.