obliv-c icon indicating copy to clipboard operation
obliv-c copied to clipboard

some problem about installing obliv-c

Open freelyyu opened this issue 7 years ago • 1 comments

when I run the instruction:"./configure && make", the terminal shows "make[1] leaving the directory ...... ". I want to know whether it is installed successfully or not.Thanks a lot

freelyyu avatar Nov 02 '18 11:11 freelyyu

This is a more general question that I would refer you to other online resource: https://linoxide.com/how-tos/linux-make-command-examples/ (this link is better)

So, at a high level, at the end of the compiling, if there is an error, it should tell you. Otherwise, basically it is good -- it will do a summary at the end if the compiling fails.

You are going to learn more about Linux from this project! Enjoy!


If you have access to Google, searching the error message in the StackOverflow can have some useful results!

I might not be able to answer more questions at this line.


By the way, you can close https://github.com/samee/obliv-c/issues/69 since that one seems resolved.

weikengchen avatar Nov 02 '18 14:11 weikengchen