summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRr422018-05-25 10:13:59 +0530
committerRr422018-05-25 10:13:59 +0530
commitf7669a3fcc87d4f6040257c3dd8708c263331458 (patch)
tree9eb6b47b5911eb1f13776caaa341aab40cabe5e7 /README.md
parent8deab843fa6d616086955702c77751f631badc0d (diff)
downloadLDMicroGtk-f7669a3fcc87d4f6040257c3dd8708c263331458.tar.gz
LDMicroGtk-f7669a3fcc87d4f6040257c3dd8708c263331458.tar.bz2
LDMicroGtk-f7669a3fcc87d4f6040257c3dd8708c263331458.zip
Added all LDmicro filles to be ported
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d76d25a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+To cmpile using cmake use the following commands:
+```
+cd /LDmicro/build
+cmake ..
+make
+```
+
+To run program in linux use the following command:
+
+`./LDmicro`