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/08/19 09:01] – 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 4: | Line 30: | ||
| Update to a threaded perlbrew version | Update to a threaded perlbrew version | ||
| * http:// | * http:// | ||
| + | |||
| + | http:// | ||
| + | |||
| + | After a pp compilation | ||
| + | $ ./iButton -D | ||
| + | Can't load '/ | ||
| + | |||
| First this small error: | First this small error: | ||
| Line 113: | Line 146: | ||
| And now, the compilation should be ok! | And now, the compilation should be ok! | ||
| + | ===== Driver ===== | ||
| + | You can find on the [[http:// | ||
| + | |||
| + | You may have to delete the extended attribute | ||
| + | sudo xattr -d com.apple.quarantine / | ||
acdsn/acdsn-a/mac.1376902882.txt.gz · Last modified: 2013/08/19 09:01 by sbolay