summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:31 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-05-08 15:59:31 +0200
commit47aa8b00b2b11df13a100489e0f904a4947177ef (patch)
treeb35c9acc778ea2f761f3c549f7bee2f4491b3144 /README
parent5b8466f7fae0e071c0f4eda13051c93313910028 (diff)
Import Upstream version 1.4.7
Diffstat (limited to 'README')
-rw-r--r--README58
1 files changed, 34 insertions, 24 deletions
diff --git a/README b/README
index c002f60..1dd097f 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-MCU 8051 IDE v1.3.0
+MCU 8051 IDE v1.4.7
DESCRIPTION:
-------------
-Integrated development enviromet for MCS-51 based processors.
-Written in Tcl/Tk, for POSIX Systems (GNU/Linux etc.)
+Integrated development environment for MCS-51 based processors.
+Written in Tcl/Tk, for POSIX Systems (GNU/Linux, etc.)
@@ -14,24 +14,24 @@ INSTALLATION:
At first make sure than you have all dependencies installed and install the missing ones.
(http://mcu8051ide.sourceforge.net/dependencies)
-1) INSTALL DEPENDENCIES
+1) DEPENDENCIES
-----------------------------------------------------------------------------------------------------
- Package min. Version Where it's avaible
+ Package min. Version Where it's available
-----------------------------------------------------------------------------------------------------
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
+ tcl 8.5.9 http://www.tcl.tk/software/tcltk/downloadnow84.html
+ tk 8.5.9 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
+ tdom 0.8 http://tdom.github.com/
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)
+ OPTIONAL PACKAGES: (Without these packages some features will not be available)
cmake 2.4.3 http://www.cmake.org/HTML/Download.html
- (If you want to install it using "./configure && make && make install")
+ (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>)
@@ -39,39 +39,49 @@ At first make sure than you have all dependencies installed and install the miss
emacs http://www.gnu.org/software/emacs/
nano http://www.nano-editor.org/
le http://www.gnu.org/directory/text/editors/le-editor.html
+ hunspell
+ (If you want the spelling checker function available.)
-----------------------------------------------------------------------------------------------------
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:
+2) INSTALLING MCU 8051 IDE
+ You can install this IDE in two ways:
- A) The recomended one (CMake)
- ./configure
+ A) General
+ cmake . # <-- In case you want to install to a different
+ # directory that /usr/local, for example to /usr,
+ # then run cmake with this option:
+ # "-DCMAKE_INSTALL_PREFIX=/usr".
make
- # here you must be root
- make install
+ make install # <-- Here you must be root.
- B) (Bash script)
- ./install.sh
+ A) OS specific:
+ If possible, download installation files/package specific for you OS, i.e.
+ - .ebuild (Gentoo)
+ - .rpm (RedHat)
+ - .deb (Debian)
+ - PKGBUILD (Arch)
+ - .exe (Windows)
+ - Makefile, ... (freeBSD)
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:
+ If you are upgrading from some previous version and the IDE 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.
+3) If you have failed to install this software, please let me know at the project web page.
-PROBLEMS & SUGESTIONS:
+
+PROBLEMS & SUGGESTIONS:
-----------------------
Project web page:
http://mcu8051ide.sf.net
-
+
E-mail to the author:
martin.osmera@gmail.cz (Only English or Czech please)
@@ -79,7 +89,7 @@ PROBLEMS & SUGESTIONS:
BUGS:
------
Currently I don't know about any bug.
- If you find some bug, plese let me know <martin.osmera@gmail.cz>.
+ If you find some bug, please let me know <martin.osmera@gmail.cz>.
NOTE:
-----