jesustorresdev / simpleshell

Simple C++ framework for writing line-oriented command interpreters. It was thought mainly to assist students in their learning about operating systems topics.
Apache License 2.0
3 stars 2 forks source link

Make compilable for non-GNU systems #21

Closed jesustorresdev closed 11 years ago

jesustorresdev commented 11 years ago

We have found some issues compiling the library for MAC OS X.

In class forum, there is a comprehensive report of how to compile in MAC OS X:

http://campusvirtual.ull.es/1213m2/mod/forum/post.php?reply=33520

It includes some changes in code that we should add to our library for next release.

jesustorresdev commented 11 years ago

Fixed in commit SHA: e91a3987a9