Scriptix is a scripting system coded in C++, designed solely for embedding in other C++ applications. Scriptix doesn't pretend to be a stand-alone language.
Scriptix is a scripting system coded in C++, designed solely for embedding in other C++ applications. Scriptix doesn't pretend to be a stand-alone language.
To install scriptix, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install scriptix
To see what files were installed by scriptix, run:
port contents scriptix
To later upgrade scriptix, run:
sudo port selfupdate && sudo port upgrade scriptix
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.