diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index dcc38d1..bd3171f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,8 +33,10 @@ using namespace std::chrono; // This can be done by specifying dependencies under [dependencies.platform] instead of [dependencies], // for example for win32: [dependencies.win32] -// TODO: When `install` command is added, the target executable and shared library dependencies should be put into +// TODO: When `package` command is added, the target executable and shared library dependencies should be put into // an archive to make the executable distributable (especially on windows). A GUI installer could then extract the archive. +// On Linux we can use https://github.com/DEC05EBA/glibc_version_header to make the executable work on many distros +// without compiling project from source on the end-users machine. // TODO: Add optional dependencies [optional_dependencies]. Optional dependencies should also support platform specific dependencies [dependencies.cmake]. // Might need to make it possible to define variables if a dependency exists (or doesn't exist) because the code might have |