# advanced-programming-unix **Repository Path**: book-note/advanced-programming-unix ## Basic Information - **Project Name**: advanced-programming-unix - **Description**: advanced programming unix book code - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-31 - **Last Updated**: 2022-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Advanced Programming in the UNIX Environment ## mac ### download the `src.3e.tar.gz` ### tar `src.3e.tar.gz` to `apue.3e` ### exec command `gcc --version` shows the install path ```bash sudo cp include/apue.h /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/apue.h sudo cp lib/error.c /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/error.c ``` add `#include "error.c"` below line 133