Skip to content

Commit

Permalink
readme: add headers for methods
Browse files Browse the repository at this point in the history
  • Loading branch information
uditkarode authored Nov 27, 2018
1 parent ef7cc83 commit f56ff63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#### This was built for the students of schools/colleges that still use TurboC++ and teach it's archaic code samples, and ask its students to use the same. In order to use this, you need a Linux/Unix based system that can run DosBox. You must have DosBox, wget and curl preinstalled on your system. It is not mandatory to run this script as a user with superuser privileges, but it is necessary for the user running the script to have access to the entirety of the required assets.

###### MANUAL METHOD:
To get started, create a directory anywhere on your disk, which will be your workplace. Let's call it the **workspace**. Add the *BIN* folder from this repository into your *workspace*. Also, inside the workspace, create four directories :

- builds/ (this will contain the built EXE files)
Expand All @@ -14,6 +15,7 @@ Now, set the complete location of the *workspace*, as such:
```bash
ucc --workspace /Users/udit/myProjects
```
###### SCRIPT METHOD:

##### These commands below will do the heavylifting for you. You can copy and paste them to your terminal directly. Input 'yes' if asked. After executing them, your workspace will be ~/UCCRoot :

Expand Down

0 comments on commit f56ff63

Please sign in to comment.