Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 387 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 387 Bytes

Stanford Portable Library (SPL)

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

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

coming soon

TODO

  • Bug fixes.
  • Re-generate docs.
  • Tidy Makefile.