Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/yousseb/meld
Browse files Browse the repository at this point in the history
  • Loading branch information
yousseb committed Feb 14, 2016
2 parents 9db07b6 + 21fe5c7 commit 8de3597
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ environment proved to reduce collisions later on. You might want to consider doi

3. Prepare paths and build the bootstrap
```
export PATH="~/.local/bin/:$PATH"
export PATH="~/.local/bin/:$PATH"
jhbuild bootstrap
```

Expand All @@ -61,7 +61,7 @@ is the list of the exact steps followed during the build to reduce conflicts
jhbuild -m osx/meld.modules build python-withxml2
```

2. Build graphics dependencies
2. Build graphics dependencies
```
jhbuild -m osx/meld.modules build graphics-dependencies
```
Expand All @@ -87,11 +87,10 @@ is the list of the exact steps followed during the build to reduce conflicts

> :bulb:**Output:** Find the output dmg file in osx/Archives after you're done building.
#### FQA ####
#### FAQ ####

1. Can't run jhbuild bootstrap - gives an error related to bash
Issue the following command:
1. Can't run jhbuild bootstrap - gives an error related to bash not being found.
```
mkdir -p $HOME/gtk/inst/bin
mkdir -p $HOME/gtk/inst/bin;
ln -sf /bin/bash $HOME/gtk/inst/bin/bash
```

0 comments on commit 8de3597

Please sign in to comment.