Releases: jleben/arrp
Releases · jleben/arrp
Version 1.1.0 - Beta 3
version-1.1.0-beta3 library/signal: line: start output with first input value
Version 1.1.0 - Beta 2
version-1.1.0-beta2 Fix uploading release assets
Version 1.1.0 - Beta 1
version-1.1.0-beta1 Remove obsolete include
Version 1.0.0
Changes since 1.0.0 Beta 1
- When generating executable, support passing arbitrary C++ compiler options.
- Generated executable: Fixed crash at end of program when using buffered output to file.
- Generated executable: Support buffered binary I/O for bool type.
Installation
Please find packages attached as assets to this GitHub release.
Debian package:
-
Depending on your Linux setup, double-clicking may open a graphical installer.
-
Alternatively, the following command installs the package using
dpkg
:dpkg -i package_name.deb
Mac OS ZIP archive:
- Unzip the archive.
- The compiler executable is at
bin/arrp
in the unzipped folder. Optionally, add thebin
dir to thePATH
environment variable. - If you wish
arrp
to generate executables, either set the environment variableARRP_HOME
to the unzipped folder, or add theinclude
subfolder to theCPATH
environment variable.
Version 1.0.0 - Beta 1
Installation
Debian package:
-
Depending on your Linux setup, double-clicking may open a graphical installer.
-
Alternatively, the following command installs the package using
dpkg
:dpkg -i package_name.deb
Mac OS ZIP archive
- Unzip the archive.
- The compiler executable is at
bin/arrp
in the unzipped folder. Optionally, add thebin
dir to thePATH
environment variable. - If you wish
arrp
to generate executables, either set the environment variableARRP_HOME
to the unzipped folder, or add theinclude
subfolder to theCPATH
environment variable.