git clone https://schlomp.space/tastytea/compilescript.git
cd compilescript
git submodule init
git submodule update
|
1 year ago | |
---|---|---|
man | 1 year ago | |
src | 1 year ago | |
xdgcfg@9337964266 | 1 year ago | |
.drone.yml | 1 year ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
CMakeLists.txt | 1 year ago | |
LICENSE | 2 years ago | |
README.adoc | 1 year ago |
compilescript allows you to execute files from compiled languages like scripts.
By default it uses g++
.
It compiles the source file, stores the binary in
${XDG_CACHE_HOME}/compilescript/
and executes it. If the binary in cache is
newer than the source file, the compilation is skipped.
Have a look at the manpage.
Gentoo ebuilds are available via my repository.
cmake (at least 3.2)
libxdg-basedir (tested: 1.2)
libconfig++ (tested: 1.5)
Optional:
Manpage: asciidoc (tested: 8.6)
git clone https://schlomp.space/tastytea/compilescript.git
cd compilescript
git submodule init
git submodule update
mkdir build
cd build
cmake ..
make
make install
-DCMAKE_BUILD_TYPE=Debug
for a debug build
-DWITH_MAN=NO
to not compile the manpage
Contributions are always welcome. You can submit them as pull requests or via
email to tastytea
@tastytea.de
.
Copyright © 2018, 2019 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.