This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:gtf0 [2023/09/11 18:47] – [DRAWING AN ELLIPSE] gsalce | notes:unix:fall2023:projects:gtf0 [2023/09/13 20:13] (current) – [REPOSITORY STEPS] jbernata | ||
---|---|---|---|
Line 5: | Line 5: | ||
< | < | ||
=====REPOSITORY STEPS===== | =====REPOSITORY STEPS===== | ||
+ | Use the "hg add" command after you grab the project to add it to the repository. | ||
+ | Then use the "hg commit -m " | ||
+ | |||
+ | Then use the "hg push" command to finalize adding the file with the commit message. | ||
+ | |||
+ | On a different system, you can use "hg pull" and "hg update" | ||
=====RUN THE PROGRAM===== | =====RUN THE PROGRAM===== | ||
To use the gtf0.c program you do not need to compile it. Once you have edited and changed the code with a text editor and saved it, you can run **./ | To use the gtf0.c program you do not need to compile it. Once you have edited and changed the code with a text editor and saved it, you can run **./ | ||
Line 14: | Line 20: | ||
=====VIEW THE IMAGE===== | =====VIEW THE IMAGE===== | ||
To view your picture you go into your file explorer where you put your Unix file and find the " | To view your picture you go into your file explorer where you put your Unix file and find the " | ||
+ | |||
+ | You can also view it in a web browser at https:// | ||
=====LIBGD FUNCTIONALITY===== | =====LIBGD FUNCTIONALITY===== | ||
Documentation: | Documentation: |