diff --git a/INSTALL.TXT b/INSTALL.TXT index 44b89de..9cdee2d 100755 --- a/INSTALL.TXT +++ b/INSTALL.TXT @@ -5,6 +5,9 @@ choose the asset of your system, unzip it and run: For Unix system: (The last character of ideU is a U majuscule) # /directory/of/ideU/ideU +For MacOs system: +# /directory/of/ideU/ideU.app + For Windows system: # C:\directory\of\ideU\ideU.exe diff --git a/README.md b/README.md index ce879d9..4a399fc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Multi OS, multi languages, multi compilers, voice assisted. ideU is based on MSEide by Martin Schreiber. https://github.com/mse-org/mseide-msegui -Binaries-executable for Windows 64/32, Linux 64/32, FreeBSD 64/32 and Raspberry Pi are here: +Binaries-executable for Windows 64/32, Linux 64/32, MacOs 64, FreeBSD 64/32 and Raspberry Pi 64/32 are here: https://github.com/fredvs/ideU/releases Included in release binaries of plugin: diff --git a/src/main.pas b/src/main.pas index 30405cd..ea584af 100644 --- a/src/main.pas +++ b/src/main.pas @@ -93,7 +93,7 @@ interface msescrollbar; const - versiontext = '2.12.0'; + versiontext = '2.14.0'; idecaption = 'ideU' {$ifdef pacpas} + '_PacPas'{$endif} ; statname = 'ideu';