Last change
on this file was 21538, checked in by schlegel, 8 years ago |
CHG: add a sierra install option because malloc.h does not exist
|
File size:
382 bytes
|
Line | |
---|
1 | chaco build must be able to see malloc.h
|
---|
2 | sudo ln -s /usr/include/malloc/malloc.h /usr/include/malloc.h
|
---|
3 | or else make sure you include the malloc directory in path
|
---|
4 |
|
---|
5 | if on sierra, you must download a version of malloc.h -
|
---|
6 | one can be found here: http://web.mit.edu/jhawk/mnt/spo/phone-project/include/malloc.h
|
---|
7 | place this file in /usr/local/include/, and run the sierra install script
|
---|
8 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.