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/09/02 14:15] – 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 | ||
| Line 122: | Line 148: | ||
| ===== Driver ===== | ===== Driver ===== | ||
| You can find on the [[http:// | You can find on the [[http:// | ||
| + | |||
| + | You may have to delete the extended attribute | ||
| + | sudo xattr -d com.apple.quarantine / | ||
acdsn/acdsn-a/mac.1378131343.txt.gz · Last modified: 2013/09/02 14:15 by sbolay