summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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]