Skip to content

Andyccs/CZ4013-distributed-system-summary

Repository files navigation

Build Status

CZ4013 Distributed System Summary

This LaTex document is a summary of the course CZ4013 Distributed System, offered by School of Computer Science and Engineering, Nanyang Technological University, Singapore.

To download this document in PDF format:

Development

To load this project using Sublime Text 3:

$ subl --project distributed.sublime-project

If you would like to build this document from source, first you need to install TeX:

# For ubuntu
$ sudo apt-get install texlive-full

# For Mac OX
$ brew cask install mactex

Once you have TeX installed, make sure that you can use pdflatex command in terminal. To build the document in PDF format:

$ make

To automatically build the PDF while editing .tex file, you need to install watch-cli using npm first:

$ npm install -g watch-cli

Then you start watching for changes:

$ make watch