You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: osx/README.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Meld for OS X #
2
2
3
-
This README should help you build Meld for OS X.
3
+
This README should help you build Meld for OS X.
4
4
5
5
*NOTE:* The latest OSX meld is still broken. You may want to switch to the 1.8 branch. I think I need a couple of nights to get this to work. The good new is: I can run it from within the dev environment. The bad news is: Packaging it is not a walk in the park...
6
6
@@ -10,16 +10,13 @@ This README should help you build Meld for OS X.
10
10
JHBuild is the build system that we will be using to build Meld. This step should really be done once and further builds should not require updating the build environment unless there has been some updates to the libraries that you'd like to do.
11
11
12
12
---
13
-
<<<<<<< HEAD
14
13
#### Preparation ####
15
14
16
15
To ensure that we don't hit some issue with python not able to determine locales on OSX, let's do the following
17
16
```
18
17
export LC_ALL=en_US.UTF-8
19
18
export LANG=en_US.UTF-8
20
19
```
21
-
=======
22
-
>>>>>>> da87c5c4fffb10614d606301de670c7807f1f69b
23
20
24
21
#### Initial Phase ####
25
22
@@ -46,42 +43,30 @@ jhbuild build python
46
43
47
44
4. Prepare paths and build the bootstrap
48
45
```
49
-
<<<<<<< HEAD
50
46
alias jhbuild="PATH=~/.local/bin:$PATH jhbuild"
51
-
=======
52
-
alias jhbuild="PATH=gtk-prefix/bin:$PATH jhbuild"
53
-
>>>>>>> da87c5c4fffb10614d606301de670c7807f1f69b
54
47
jhbuild bootstrap
55
48
```
56
49
57
50
5. Checkout meld and start the initial phase
58
51
```
59
52
git clone https://github.com/yousseb/meld.git
60
53
cd meld
61
-
<<<<<<< HEAD
62
54
# if building the 1.8 version, run: git checkout meld-1-8
0 commit comments