Skip to content

Commit 10e8ed6

Browse files
More readme changes
1 parent c696038 commit 10e8ed6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ Included you will find examples using the ['Standard' CE C Libraries](https://gi
1313
These steps are only if you wish to help with development of the toolchain.
1414

1515
If you are using windows, [mingw+msys](http://www.mingw.org) is required for building.
16+
1617
If you are using linux or mac, [wine](https://www.winehq.org) is required for building.
1718

1819
Clone the repo: (Note the --recursive option)
20+
1921
`git clone --recursive https://github.com/CE-Programming/toolchain.git`
2022

2123
Then type:
24+
2225
`cd toolchain && make && make install`
2326

24-
By default, `make install` will install into the home (~) directory on linux and mac, and in the root (C:\) drive on windows. This is configurable with `make install PREFIX={NEWDIR}`
27+
By default, `make install` will install into the home (~/CEdev) directory on linux and mac, and in the root drive (C:\\CEdev) directory on windows.
28+
This is configurable with `make install PREFIX={DIFFERENT_LOCATION}`
2529

2630
If you wish to view a list of available makefile rules, type: `make help`
2731

@@ -31,4 +35,4 @@ To build a release, type: `make dist`
3135

3236
## Help
3337

34-
You can join us on the IRC/EFNet server `#ez80-dev` if you have any questions: [ask for help](http://chat.efnet.org:9090/?nick=sdk-user&channels=%23ez80-dev&Login=Login)
38+
You can join us on the IRC/EFNet server `#ez80-dev` if you have any questions. ([ask for help](http://chat.efnet.org:9090/?nick=sdk-user&channels=%23ez80-dev&Login=Login))

0 commit comments

Comments
 (0)