CrymeFTW / spl

CS50's fork of Eric Roberts' Stanford Portable Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stanford Portable Library (SPL)

This is CS50's fork of Eric Roberts' Stanford Portable Library.

Documentation

https://cs50.github.io/spl/

Building

Fedora

sudo yum install -y bash binutils coreutils findutils gcc java-1.?.0-openjdk-devel
git clone git@github.com:cs50/spl.git
cd spl
make
sudo make install

Ubuntu

apt-get install -y build-essential git openjdk-7-jdk
git clone git@github.com:cs50/spl.git
cd spl
make
sudo make install

About

CS50's fork of Eric Roberts' Stanford Portable Library.

License:GNU General Public License v3.0


Languages

Language:C 72.4%Language:Java 13.5%Language:C++ 11.4%Language:Makefile 2.4%Language:Objective-C 0.3%