This repository has been archived on 2019-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00
2018-12-28 13:56:34 +01:00

cppscript allows you to execute C++ files as scripts.

Install

From source

Dependencies

Get sourcecode

Download the current release and copy xdgcfg into xdgcfg/.

If you clone from git, be sure to git submodule init and git submodule update afterwards. See the [submodules article in the git book] (https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules) for further info.

Compile

mkdir build
cd build
cmake ..
make
make install

Contributing

Contributions are always welcome. You can submit them as pull requests or via email to tastytea@tastytea.de.

Copyright © 2018 tastytea <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.
Description
Execute source files from compiled languages as scripts.
Readme 1.3 MiB
0.4.1 Latest
2019-10-01 12:05:51 +02:00
Languages
C++ 100%