From ed5462f24296b635a180070c09159efab312b4e7 Mon Sep 17 00:00:00 2001 From: sumeet14 Date: Fri, 29 Jun 2018 19:41:08 +0530 Subject: README updated --- README.md | 4 ++-- 1 file 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] -- cgit