# unix-study **Repository Path**: coolyeah/unix-study ## Basic Information - **Project Name**: unix-study - **Description**: No description available - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-12 - **Last Updated**: 2021-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # a study recording and source for [Advanced Programming in the UNIX® Environment] ## prepare ### unix dependence - dependence for Linux Debian ``` sudo apt-get install libbsd-dev ``` - dependence for Linux Arch ``` sudo pacman -S libbsd ``` ### library from book ```shell cd apue.3e && make ``` [Advanced Programming in the UNIX® Environment]:http://www.apuebook.com/apue3e.html