Release 2.18.0. With all previous features + many others and many fixes... #71
fredvs
announced in
Announcements
Replies: 2 comments
-
|
Binaries of release updated with last commits. 8e3ff58 and a80673a . |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Binaries of release re-updated with last commits. 724cc9e and 441f053 and 2e64515 and 2 more previous. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ideU the ide. Universal.
Multi OS, multi languages, multi compilers, voice assisted.
Included MSEgui form designer
https://github.com/mse-org/mseide-msegui
plugin fpGUI uidesigner_ext
https://github.com/fredvs/uidesigner_ext
and sak voice assisted kit.
https://github.com/fredvs/sak
For FreeBSD-x86_64, FreeBSD-i386, FreeBSD-aarch64,
Linux-x86_64, Linux-i386, Linux-Rpi-arm32, Linux-Rpi-aarch64,
NetBSD-x86_64, NetBSD-i386,
OpenBSD x86_64, OpenBSD-i386,
Darwin-MacOs-x86_64, Darwin-MacOs-aarch64,
Windows-i386, Windows-x86_64.
ideU is based on MSEide by Martin Schreiber.
https://github.com/mse-org/mseide-msegui
Many thanks to J. Elsass and Sieghard for their excellent ideas, bug fixes and kind support.
In new release was added:
Silver:

Carbon:

Here how to install ideU:
Warning: For Darwin-MacOs, you need to install xquartz:
> brew install xquartzIf you upgrade ideU, download the release, unzip it and re-initialize the macros with menu | Setting | General Setting | and click "OK".
If you are new with ideU:
If you want to compile Pascal source, you need a installed Free Pascal compiler.
You can download the FPC compiler here: http://www.freepascal.org/download.var
or/and the FPC-OOTB compiler there: https://github.com/fredvs/freepascal-ootb/releases
If you want to compile MSEgui application, you need to download MSEgui source code.
https://github.com/mse-org/mseide-msegui
If you want to compile fpGUI application, you need to download fpGUI source code.
https://github.com/graemeg/fpGUI/tree/maint
If you want to compile BGRAbitmap application, you need to download BGRAbitmap source code.
https://github.com/bgrabitmap/bgrabitmap/releases
Then download ideU release binary (see assets).
Unzip it somewhere, launch ideU(.exe) and set up all the paths.
If you want to compile-use last commit of ideU, then download ideU source code.
https://github.com/fredvs/ideU/archive/refs/heads/main.zip
And compile the project-file: /ideu/src/ideU.prj
Compiling ideU from commandline in directory ideu/src/:
for Unix:
fpc -oideU -Fu/directory_of_mseide-msegui/lib/common/kernel/linux -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -gl -B -Xs -CX -XX -O1 -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pasfor Windows:
fpc.exe -oideU.exe -Fu/directory_of_mseide-msegui/lib/common/kernel/windows -Fu/directory_of_mseide-msegui/lib/common/* -Mobjfpc -Sh -Fcutf8 -dmse_with_zeoslib -B -Xs -CX -XX -O1 -WG -dmse_dynpo -SIcorba -FUunits -vewinhq -dusemo ideU.pasWhen ideU is re-compiled, copy the binary in /src/ideU(.exe) and replace the old binary of ideU(.exe) that is in release directory with the copy of the new one.
This because in release is added all the plugins that are not in the source.
Have lot of fun!
Fre;D
This discussion was created from the release Release 2.18.0. With all previous features + many others and many fixes....
Beta Was this translation helpful? Give feedback.
All reactions