This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
notes:cprog:fall2023:projects:abc0 [2023/08/16 21:32] – created wedge | notes:cprog:fall2023:projects:abc0 [2023/08/23 23:27] (current) – [Create info.text file with personal information (name, email, program, discord username, etc...)] cmazzara | ||
---|---|---|---|
Line 1: | Line 1: | ||
======ABC0 documentation====== | ======ABC0 documentation====== | ||
+ | |||
+ | =====Tasks===== | ||
+ | |||
+ | ====Get on discord and into class channels==== | ||
+ | |||
+ | ====Log into Lab46 (shell)==== | ||
+ | |||
+ | Log into Lab46 by opening a terminal. To do this open the start button for Windows and type in CMD for command prompt. On Linux, travel to Applications, | ||
+ | Congratulations! You are now logged into Lab46. You may disconnect by typing the " | ||
+ | ====Clone lab46 semester repo on lab46==== | ||
+ | |||
+ | The version control we use is mercurial, so the command is " | ||
+ | The commands in order to clone (credit to Jess) are below: | ||
+ | |||
+ | hg clone ssh:/ / | ||
+ | |||
+ | hg clone ssh:/ / | ||
+ | |||
+ | |||
+ | In order to get into src, input cd src. | ||
+ | |||
+ | Then, you're going to want to make the directories for CPROG. You can do this using the mkdir command. "mkdir cprog" | ||
+ | |||
+ | In case of explosion, you can also use the command " | ||
+ | ====Log into Lab46 wiki==== | ||
+ | |||
+ | ====Set up personal development system==== | ||
+ | |||
+ | ====Clone lab46 semester repo on your system==== | ||
+ | |||
+ | ====Create info.text file with personal information (name, email, program, discord username, etc...)==== | ||
+ | You can do this by doing echo " | ||
+ | |||
+ | ====Create and execute hello.c==== | ||
+ | |||
+ | ====Locate journal and customize title and intro==== | ||
+ | The journal is to the left of the screen and underneath content on the left side of the screen towards the top of this web page. |