Packages for Linux distros and MS Windows, language support

packages

Ubuntu (AMD64, lastest versions)

install deb package: https://scripal.org/downloads/linux/scripal.ubuntu_amd64.deb
headers will be under /usr/include/scripal, binary in /usr/bin, libs and others in /usr/lib/scripal
the config file is created in ~/.config/scripal on first startup of program or library

Debian (AMD64, lastest versions)

install deb package: https://scripal.org/downloads/linux/scripal.debian_amd64.deb
headers will be under /usr/include/scripal, binary in /usr/bin, libs and others in /usr/lib/scripal
the config file is created in ~/.config/scripal on first startup of program or library

Fedora (AMD64, lastest versions)

install deb package: https://scripal.org/downloads/linux/scripal.fedora_amd64.rpm
headers will be under /usr/include/scripal, binary in /usr/bin, libs and others in /usr/lib64/scripal
the config file is created in ~/.config/scripal on first startup of program or library

MS Windows 10 + 11, 64 bit

download zip: https://scripal.org/downloads/win/scripalWin.zip
install in preferred location
zip file has the structure
* inc/ .. header files
* scripal.dll
* scripal.lib
* scripal.exe

Copy scripal.lib, scripal.dll and the binary to your preferred location. Remember the path to specify in language wrappers. Example baseInit("pathToDLL")

Linux build script

To build Scripal on Linux systems, you may call https://scripal.org/downloads/linux/buildLinux.sh

language support

You may download the Scripal modules for programming languages here:

C language

https://scripal.org/downloadshttps://github.com/scripal-git/scripal/blob/main/wrapper/c/scripalC.zip

C++ language

https://scripal.org/downloadshttps://github.com/scripal-git/scripal/blob/main/wrapper/c++/scripalC++.zip

C# language (Windows only)

https://scripal.org/downloadshttps://github.com/scripal-git/scripal/blob/main/wrapper/cs/scripalCS.zip

Python3 language

https://scripal.org/downloadshttps://github.com/scripal-git/scripal/blob/main/wrapper/python/scripalPython.zip

JavaScript (Node.js) language

https://scripal.org/downloadshttps://github.com/scripal-git/scripal/blob/main/wrapper/js/scripalJS.zip

Java language

https://scripal.org/downloadshttps://github.com/scripal-git/scripal/blob/main/wrapper/java/scripalJava.zip