summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsumeet142018-06-29 19:41:08 +0530
committersumeet142018-06-29 19:41:08 +0530
commited5462f24296b635a180070c09159efab312b4e7 (patch)
tree2432716a6e896fc1a50a49ea30eae681c0128ce6
parent0cd3b7016fffd439e3fff285150d94ab03638d2b (diff)
downloadOpenModelicaEmbedded-ed5462f24296b635a180070c09159efab312b4e7.tar.gz
OpenModelicaEmbedded-ed5462f24296b635a180070c09159efab312b4e7.tar.bz2
OpenModelicaEmbedded-ed5462f24296b635a180070c09159efab312b4e7.zip
README updated
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 83c19bb..4b56487 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,8 @@ OpenModelica for Embedded Applications
* 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.
-* To compile the CPP files run the command: `g++ -c file1.cpp file2.cpp ...`.
-* To create a DLL from generated object files, run the command: `g++ -shared -o modelPlugFirmata.dll file1.o file2.o ...`.
+* To compile the CPP files run the command: `g++ -c modelPlugFirmata.cpp serial.cpp`.
+* To create a DLL from generated object files, run the command: `g++ -shared -o modelPlugFirmata.dll modelPlugFirmata.o serial.o`.
* Then copy the generated DLL file and paste it in folders: `OpenModelicaEmbedded` and `Resources > Library > win64`.
## Working with Arduino UNO [Atmega328p]