duyguolmez / LinuxPractice

Advanced Programming in Unix Environment, LFD420, RHCSA, RHCE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains worked out examples from Advanced Programming in Unix Environment 3rd Edition

Steps to compile code :

Valid for Ubuntu 14.0

  1. Compile apue.3e package
  • sudo apt-get install build-essential libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip
  • sudo apt-get install libbsd*
  • cd {root-dir}/apue.3e
  • make
  • sudo cp ./apue.3e/include/apue.h /usr/include/
  1. Compile code
  • cd {root-dir}
  • ./compile.sh {c-file} {object-file}

About

Advanced Programming in Unix Environment, LFD420, RHCSA, RHCE


Languages

Language:C 53.0%Language:Shell 43.3%Language:Roff 2.1%Language:Makefile 1.2%Language:Awk 0.4%Language:Ruby 0.0%Language:PHP 0.0%