forked from klochner/Qxw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (12 loc) · 673 Bytes
/
README
File metadata and controls
23 lines (12 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is the Qxw crossword creation software from: http://www.quinapalus.com/qxw.html
The Makefile has been edited to get it working with snowleopard on mac, after following
the suggestions from the Qxw site:
1. If not installed already, use Darwin Ports to install gtk2 (do not use jhbuild or similar):
sudo port install gtk2
2. If there are issues, remove outdated libraries with
sudo port uninstall outdated
and update all packages using
sudo port upgrade installed
following any command line instructions to link libs to the right place, and then try installing gtk2.
3. Make sure that pkgconfig is installed with
sudo port install pkgconfig