Skip to content

cs50/spl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published