acdsn:acdsn-a:mac
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| acdsn:acdsn-a:mac [2013/11/02 13:44] – [Driver] sbolay | acdsn:acdsn-a:mac [2015/07/08 08:43] (current) – [Install wxPerl for Mac] tret | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== Install wxPerl for Mac ==== | ||
| + | |||
| + | $ sudo cpanm Wx | ||
| + | |||
| + | If you get the error '' | ||
| + | |||
| + | Find your '' | ||
| + | |||
| + | $ sudo find / -name Carbon.r -print | ||
| + | $ # => / | ||
| + | |||
| + | We're only interested by the path up to the '' | ||
| + | |||
| + | Go to your Wx build directory. | ||
| + | |||
| + | $ cd ~/ | ||
| + | |||
| + | Edit '' | ||
| + | |||
| + | You should have a line like this: | ||
| + | $(RESTOOLDIR)/ | ||
| + | | ||
| + | Rebuild! | ||
| + | |||
| + | $ sudo make && sudo make install | ||
| + | |||
| ==== Compile acdsn-a for Mac ==== | ==== Compile acdsn-a for Mac ==== | ||
| FIXME | FIXME | ||
acdsn/acdsn-a/mac.1383399885.txt.gz · Last modified: 2013/11/02 13:44 by sbolay