Software installation
System requirements
Make sure the following minimum system requirements are met:
- Hardware
-
x86 compatible processor, 8GB RAM
- Operating system
-
Microsoft Windows 10, 64-bit
Linux - Ubuntu 20.04 LTS - GNOME 3, 64-bit (GTK 3.24, Kernel 5.4.0) - Java runtime environment
-
version 11, 64-bit
Get the latest IDE version
You can get the newest version of the HighTec IDE development platform from here:
Installation
The HighTec IDE is either automatically installed together with the toolchain development platform, or you can install it by following these points:
- Windows
-
-
Locate the downloaded
htc-ide-latest-win.zip
file. -
Unzip the file into your local storage. (it is recommended to keep new installation at default IDE location
C:\HIGHTEC\ide
) -
Create the desktop shortcut:
-
Locate
htc-ide.exe
in the previously unzip location -
-
-
- Linux
-
-
Locate the downloaded
htc-ide-latest-lin.tar.gz
-
Extract the file into your local storage. (The TAR archive must be extracted to a directory where the user has got the full R/W/X rights.)
-
Run the
htc-ide
from the directory where TAR was extracted
Note: Some versions of HighTec toolchains marked as 64-bit have a dependency on 32-bit libraries that might not be a default part of the 64-bit Linux distributions. Consequently, the make fails to execute toolchain processes during the build attempt. Depending on your distribution the issue might not be present or the resolution might differ. For Ubuntu 20.04 you may try to install thelib32z1
library by following command:sudo apt install lib32z1
. The build process, in addition, utilizes the make command which is a part of neither the IDE nor a toolchain installation on Linux. You should check the make is installed and available in the Path (e.g. running the make --version or the which make from the command line). Trysudo apt install make
command to get one.
-