Skip to content
/ bgipc Public
forked from beejjorgensen/bgipc

Beej's Guide to Unix Interprocess Communication source

Notifications You must be signed in to change notification settings

nssilva/bgipc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beej's Guide to Unix Interprocess Communication

This is the source for Beej's Guide to Unix IPC.

If you merely wish to read the guide, please visit the Beej's Guide to Unix IPC website.

If you're looking for network programming, visit the Beej's Guide to Network Programming website.

This is here so that Beej has everything in a repo and so translators can easily clone it.

Build Instructions

You'll need:

  1. If you don't have Xerces-C, go to bin/bgvalidate and uncomment the disable=1 line to disable validation.

  2. Type make from the top-level directory.

    If you have Gnu Make, it should work fine. Other makes might work as well. Windows users might want to check out Cygwin.

  3. Type make buildcp to copy all the build products and website to the build directory.

  4. There is no step three.

You can also cd to anywhere in the builders directory tree and make.

make clean cleans, and make pristine cleans to "original" state.

To embed your own fonts in the PDFs, see the file builders/print/fop.xconf which already embeds the Liberation Fonts into the PDF.

The upload target in the root Makefile demonstrates the build steps for a complete release. You'll need to change the UPLOADDIR macro in the top-level Makefile to point to your host if you want to use that. You're free to upload whatever versions you desire individually, as well.

Pull Requests

Please keep these on the scale of typo and bug fixes. That way I don't have to consider any copyright issues when merging changes.

TODO

  • Add "common uses" section to each document
  • Add file descriptor passing document

About

Beej's Guide to Unix Interprocess Communication source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.3%
  • HTML 37.7%
  • Makefile 2.0%
  • Shell 1.5%
  • CSS 1.3%
  • C 0.2%