This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:abc0 [2023/08/24 21:28] – [Clone lab46 semester repo on your system] abowes2 | notes:unix:fall2023:projects:abc0 [2023/08/27 22:54] (current) – [Clone lab46 semester repo on your system] cmazzara | ||
---|---|---|---|
Line 19: | Line 19: | ||
====Clone lab46 semester repo on lab46==== | ====Clone lab46 semester repo on lab46==== | ||
+ | You can accomplish this by running **fixrepo** at the lab46 prompt: | ||
+ | |||
+ | <cli> | ||
+ | lab46:~$ fixrepo | ||
+ | </ | ||
+ | |||
+ | and follow and instructions, | ||
====Log into Lab46 wiki==== | ====Log into Lab46 wiki==== | ||
Line 45: | Line 52: | ||
Once you have piph installed, the command below will clone the repo onto your system (NO SPACES) | Once you have piph installed, the command below will clone the repo onto your system (NO SPACES) | ||
- | wget -q https: / / lab46.g7n.org/ | + | wget - q https:// |
- | bash ./piph | + | |
Then, do an hg status, then hg pull and hg update. | Then, do an hg status, then hg pull and hg update. | ||
Line 74: | Line 80: | ||
The header stdio.h stands for STandarD Input and Output. cool acronym !!!!!!!!!!!!!!!!!!! wow | The header stdio.h stands for STandarD Input and Output. cool acronym !!!!!!!!!!!!!!!!!!! wow | ||
- | return 0; is also important. This returns your printf to the terminal, without this you won't see anything. | + | return 0; is also important. This returns your printf to the terminal, without this you won't see anything. I think. |
Compile with gcc (you' | Compile with gcc (you' | ||
Line 100: | Line 106: | ||
Step 4. | Step 4. | ||
+ |