summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:29 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:29 +0200
commit5b8466f7fae0e071c0f4eda13051c93313910028 (patch)
tree7061957f770e5e245ba00666dad912a2d44e7fdc /README
Import Upstream version 1.3.7
Diffstat (limited to 'README')
-rw-r--r--README87
1 files changed, 87 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..c002f60
--- /dev/null
+++ b/README
@@ -0,0 +1,87 @@
+MCU 8051 IDE v1.3.0
+
+DESCRIPTION:
+-------------
+
+Integrated development enviromet for MCS-51 based processors.
+Written in Tcl/Tk, for POSIX Systems (GNU/Linux etc.)
+
+
+
+INSTALLATION:
+--------------
+
+At first make sure than you have all dependencies installed and install the missing ones.
+(http://mcu8051ide.sourceforge.net/dependencies)
+
+1) INSTALL DEPENDENCIES
+
+ -----------------------------------------------------------------------------------------------------
+ Package min. Version Where it's avaible
+ -----------------------------------------------------------------------------------------------------
+ REQUIRED PACKAGES: (Without these packages this program WILL NOT run)
+ tcl 8.5 http://www.tcl.tk/software/tcltk/downloadnow84.html
+ tk 8.5 http://www.tcl.tk/software/tcltk/downloadnow84.html
+ bwidget 1.8 http://sourceforge.net/projects/tcllib
+ itcl 3.4 http://sourceforge.net/projects/incrtcl
+ tdom 0.8 http://www.tdom.org
+ tkimg 1.3 http://sourceforge.net/projects/tkimg
+ tcllib 1.6 http://sourceforge.net/projects/tcllib
+ Tclx 8.4 http://tclx.sourceforge.net
+ -----------------------------------------------------------------------------------------------------
+ OPTIONAL PACKAGES: (Without these packages some features will not be avaliable)
+ cmake 2.4.3 http://www.cmake.org/HTML/Download.html
+ (If you want to install it using "./configure && make && make install")
+ rxvt-unicode 8.3 http://software.schmorp.de/
+ asem-51 1.3 http://plit.de/asem-51/download.htm
+ asl (I don't know. My e-mail is <martin.osmera@mail.com>)
+ vim http://www.vim.org/download.php
+ emacs http://www.gnu.org/software/emacs/
+ nano http://www.nano-editor.org/
+ le http://www.gnu.org/directory/text/editors/le-editor.html
+ -----------------------------------------------------------------------------------------------------
+
+ NOTE:
+ If you had any problems with installation of any of these packages
+ please mention it at http://mcu8051ide.sourceforge.net/dependencies .
+
+2) INSTALL MCU 8051 IDE
+ You can install this program in two ways:
+
+ A) The recomended one (CMake)
+ ./configure
+ make
+ # here you must be root
+ make install
+
+ B) (Bash script)
+ ./install.sh
+
+ Tip:
+ You can check if all needed libraries are properly installed by this command:
+ mcu8051ide --check-libraries
+ If you are upgrading from some previous version and the program won't run, try this:
+ mcu8051ide --reset-user-settings --ignore-last-session
+
+3) If you failed installing this software, plese let me know at the project web page.
+
+
+PROBLEMS & SUGESTIONS:
+-----------------------
+
+ Project web page:
+ http://mcu8051ide.sf.net
+
+ E-mail to the author:
+ martin.osmera@gmail.cz (Only English or Czech please)
+
+
+BUGS:
+------
+ Currently I don't know about any bug.
+ If you find some bug, plese let me know <martin.osmera@gmail.cz>.
+
+NOTE:
+-----
+ You can help me make installation easier by making installation package for your OS.
+ Thank your for trying/using MCU 8051 IDE.