Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JeffersonLab/japan
Browse files Browse the repository at this point in the history
  • Loading branch information
cipriangal committed Jul 5, 2018
2 parents 0bfa970 + d9fd4ab commit e552009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ Prerequisites: boost, root
```
Compiles on linux machines but has issues on Macs (see https://github.com/JeffersonLab/japan/issues/2).

#### XCode
If you want to use XCode on mac use:
```
mkdir buildXcode
cd buildXcode
cmake -G Xcode ../
```

### To make modifications
Before starting work make sure you have the latest changes from the remote repository:
```
Expand Down

0 comments on commit e552009

Please sign in to comment.