Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 497 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 497 Bytes

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 [email protected]:cs50/spl.git
cd spl
make
sudo make install

Ubuntu

apt-get install -y build-essential git openjdk-7-jdk
git clone [email protected]:cs50/spl.git
cd spl
make
sudo make install