Run C's graphics program in your Linux.
This is an automation script which automatically install the graphics library for C programming language.
-
Copy the file 'c_graphics' & libgraph-1.0.2.tar.gz (if available, otherwise you can download it from http://download.savannah.gnu.org/releases-redirect/libgraph/libgraph-1.0.2.tar.gz) into your HOME directory.
-
goto property of the file and in permission tab check the 'Allow executing file as program'
-
open terminal run the below command
./c_graphics.sh
- Fork it ( https://github.com/TuxEducation/c-graphics-in-linux/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request.