[gtk-mac-bundler] Fix up some typos and a stale URL in README.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-bundler] Fix up some typos and a stale URL in README.
- Date: Wed, 7 Sep 2016 00:05:15 +0000 (UTC)
commit 41e5698e49524620a1ec39305263d637b15d09a7
Author: John Ralls <jralls ceridwen us>
Date: Tue Sep 6 16:44:27 2016 -0700
Fix up some typos and a stale URL in README.
README | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README b/README
index 8835fa8..9109065 100644
--- a/README
+++ b/README
@@ -30,7 +30,7 @@ Prerequisites
You need to have a GTK+ installation as done for example by using
jhbuild as described on the GTK+ OS X project site:
- http://live.gnome.org/GTK%2B/OSX/Building
+ http://wiki.gnome.org/Projects/GTK%2B/OSX/Building
The gtk-mac-bundler command needs to be run inside an environment
setup for running the GTK+, for example inside a jhbuild shell.
@@ -270,7 +270,7 @@ in particular the import statement and startup call at the end of
the file.
To build python-launcher.c, start a jhbuild shell for your target and run:
- gcc -L$PREFIX `python-config --cflags --ldflags` -o $PREFIX/bin/your-launcher \
+ gcc -L$PREFIX/lib `python-config --cflags --ldflags` -o $PREFIX/bin/your-launcher \
path/to/gtk-mac-bundler/examples/python-launcher.c
Remove the <launcher-script> element from your bundle file and change
@@ -283,7 +283,7 @@ The bundler will rename the file to the value of the
CFBundleExecutable key in Info.plist.
Copy gtk_launcher.py to the folder where your bundle file is, rename
-it to your liking (your_launcher.py from no on), and edit it as
+it to your liking (your_launcher.py from now on), and edit it as
necessary.
Add a data element for your_launcher.py to your bundle file:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]