Skip to content

Commit

Permalink
Progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblair committed Oct 8, 2010
1 parent fd950de commit 9027c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ I'm reading Eric S. Roberts' [Programming Abstractions in C: A Second Course in

Hacking
-------
In order for the code samples to work, you need to run `make` in the `book_code/unix-xwindows` directory first. I'm using [Clang 2.8](http://clang.llvm.org/), so I've modified the Makefile accordingly and have rewritten Roberts' gccx wrapper script, now called `roberts_clang`. Symlink that into `/usr/local/bin` and you're set.
In order for the code samples to work, you need to run `make` in the `book_code/unix-xwindows` directory first. I'm using [Clang 2.8](http://clang.llvm.org/), so I've modified the book's original Makefile accordingly and have rewritten Roberts' gccx wrapper script, now called `roberts_clang`. Symlink that into `/usr/local/bin` (or somewhere else that's in your PATH) and you're set.

Progress
--------
I'm currently on page 34 (out of the 743 that I plan to read; Chapter 17, 'Looking Ahead to Java', is getting skipped). I'll be writing chapter notes on my [blog, once it's set up](http://matthewblair.net).
I'm currently on page 39 (out of the 743 that I plan to read; Chapter 17, 'Looking Ahead to Java', is getting skipped). I'll be writing chapter notes on my [blog, once it's set up](http://matthewblair.net).

0 comments on commit 9027c39

Please sign in to comment.