tkscript.de - TkScript

Example domain paragraphs

$ wget http://tkscript.org/tks_install_helper.sh $ chmod +x tks_install_helper.sh $ ./tks_install_helper.sh downloads the source packages and builds them tested on macOS 13, Debian GNU/Linux 11, Windows 10 How to build (manually): The first three packages (source, build, yac) are mandatory for building a command-line version of tks . The remaining packages are optional. Edit the toplevel makefile ( makefile.linux , makefile.macos or makefile.msvc ) to choose which additional plugins will be built. Edit+Run

$ wget http://tkscript.org/tks_install_helper.sh $ chmod +x tks_install_helper.sh $ ./tks_install_helper.sh $ sudo -- sh -c 'cd tks_install_helper_tmp/ ; . ./setenv_linux.sh ; m all_install' downloads the source packages, builds and installs them tested on macOS 13, Debian GNU/Linux 12, Windows 10 How to build (manually): The first three packages (source, build, yac) are mandatory for building a command-line version of tks . The remaining packages are optional. Edit the toplevel makefile ( makefile.linux ,