Hi,
I'm learning C++ by self-study, and I don't have any previous programming experience at all. So far I've done some of the chapters up until functions/classes (8 chapters of the new book by Bjarne Stroustrup). I'm now on the chapter that introduces GRAPHICS. The book uses FLTK for all C++ programs. I've survived so far using TextWrangler + Terminal, but now I definitely need to INSTALL FLTK. I've visited FLTK website & download it to the local drive.
My problem is:
- I don't know how to install FLTK. It's not click-and-point & follow-on-screen-instructions sort of thing.
- I don't know much about Terminal Commands. I got some installation instructions online, but it still doesn't make sense to me. All things like sudo, make install, ./configure, etc... I've tried them all but it never works. I've spent almost the whole week trying to find out how to install it, but the problem is that there's so much info, all general and all assuming that the person knows quite a lot about the stuff.
I need to install this FLTK so I can proceed with 4-5 chapters on GUI/Graphic classes, before I move on to vector & array as set out in the book.
Could you please help with some very specific, idiot's guide instructions?
Thank you so much for your time and help.
I'm learning C++ by self-study, and I don't have any previous programming experience at all. So far I've done some of the chapters up until functions/classes (8 chapters of the new book by Bjarne Stroustrup). I'm now on the chapter that introduces GRAPHICS. The book uses FLTK for all C++ programs. I've survived so far using TextWrangler + Terminal, but now I definitely need to INSTALL FLTK. I've visited FLTK website & download it to the local drive.
My problem is:
- I don't know how to install FLTK. It's not click-and-point & follow-on-screen-instructions sort of thing.
- I don't know much about Terminal Commands. I got some installation instructions online, but it still doesn't make sense to me. All things like sudo, make install, ./configure, etc... I've tried them all but it never works. I've spent almost the whole week trying to find out how to install it, but the problem is that there's so much info, all general and all assuming that the person knows quite a lot about the stuff.
I need to install this FLTK so I can proceed with 4-5 chapters on GUI/Graphic classes, before I move on to vector & array as set out in the book.
Could you please help with some very specific, idiot's guide instructions?
Thank you so much for your time and help.