@@ -78,7 +78,7 @@ at <https://github.com/ESP-rCommunity. Although you can compile ESP-r
7878with only the ESP-rSource.git to get full functionality you have
7979to checkout all four repositories and create a new folder structure
8080to hold the combined distribution. Assuming the folder for downloads is
81- ESPrgit and the combined distribution will be in ESPr_Master give
81+ ESPrgit and the combined distribution will be in ESP-rMaster give
8282the following commands:
8383
8484 mkdir ESPrgit
@@ -88,13 +88,13 @@ the following commands:
8888 git clone --recursive https://github.com/ESP-rCommunity/ESP-rModels.git
8989 git clone --recursive https://github.com/ESP-rCommunity/ESP-rDoc.git
9090
91- Now use a utility called rsync to merge the repositories into ESPr_Master :
91+ Now use a utility called rsync to merge the repositories into ESP-rMaster :
9292
9393 mkdir ESP-rMaster
9494 rsync -av ESP-rSource/ ESP-rMaster/
95- rsync -av ESP-rDatabases/ ESPrMaster /data/
96- rsync -av ESP-rDoc/ ESPrMaster /doc/
97- rsync -av ESP-rModels/ ESPrMaster /models/
95+ rsync -av ESP-rDatabases/ ESP-rMaster /data/
96+ rsync -av ESP-rDoc/ ESP-rMaster /doc/
97+ rsync -av ESP-rModels/ ESP-rMaster /models/
9898
9999You can learn more about accessing the ESP-r repository here:
100100
@@ -104,7 +104,7 @@ You will also need a folder for the compiled ESP-r. Lets assume
104104this is /opt/esru (create it if it does not exist) On Windows
105105this would be C:/ESRU.
106106
107- In the top folder of ESPrMaster is an Install script. For Linux, OSX and
107+ In the top folder of ESP-rMaster is an Install script. For Linux, OSX and
108108Cywin a typical set of commands to build ESP-r
109109is:
110110 ./Install -d /opt/esru --gcc4 --debug
0 commit comments