Skip to content
/ spl Public
forked from cs50/spl

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

License

Notifications You must be signed in to change notification settings

kzidane/spl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:cs50/spl.git
cd spl
make
sudo make install

Ubuntu

coming soon

TODO

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 75.2%
  • Java 13.5%
  • C++ 7.3%
  • Makefile 2.4%
  • Objective-C 1.6%