JTurcotti / FlogVersionControl

Basic implementation of git version control, work in progress
1 stars 0 forks source link

compiler error #2

Open stuydw opened 6 years ago

stuydw commented 6 years ago

Your code does not compile due to a missing library.

: fatal error: openssl/sha.h: No such file or directory

Everyone was instructed to notify me with any libraries that are not on the school computers.

Provide me with the apt-get install line to install your required library.

JTurcotti commented 6 years ago

sudo apt-get install libssl-dev The package came with my ubuntu installation, and I didn't realize it wasn't also available by default on the school systems. Sorry for the trouble.