diff options
author | sumeet14 | 2018-06-29 19:38:56 +0530 |
---|---|---|
committer | sumeet14 | 2018-06-29 19:38:56 +0530 |
commit | 0cd3b7016fffd439e3fff285150d94ab03638d2b (patch) | |
tree | 62ad8fe30ddc9c795712d43ccbfcc8202b8b6a68 | |
parent | f8e52158ccf5c2077f0d3183e86797463cab4c2b (diff) | |
download | OpenModelicaEmbedded-0cd3b7016fffd439e3fff285150d94ab03638d2b.tar.gz OpenModelicaEmbedded-0cd3b7016fffd439e3fff285150d94ab03638d2b.tar.bz2 OpenModelicaEmbedded-0cd3b7016fffd439e3fff285150d94ab03638d2b.zip |
README updated
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,15 +13,15 @@ OpenModelica for Embedded Applications * If not, then click on `Board Manager`, type Tiva C in search bar and then click on `Install` to install board. * While using Energia on Windows Operating System, make sure you install necessary device drivers by following the instructions given [here](http://energia.nu/guide/guide_windows/). --- -##How to make changes to source code? +## How to make changes to source code? -##Linux Operating System +## Linux Operating System * Open the source codes by browsing to this location : `OpenModelicaEmbedded > Source`. * After making changes to these files open `Terminal`. * Browse to `OpenModelicaEmbedded > Source` folder using `cd` command. * Run command `make`. -##Windows Operating System +## Windows Operating System * Open the source codes by browsing to this location : `OpenModelicaEmbedded > Source`. * After making changes to these files open `Command Prompt (cmd)`. * Browse to `OpenModelicaEmbedded > Source` folder using `cd` command. |