Skip to content

Utility scripts written in bash for obtaining system details, install dependencies & build C++ CMake projects

License

Notifications You must be signed in to change notification settings

helmesjo/cpp_bash_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp_bash_utils

Some scripts I've been reusing in different C++ projects now put in one place. Pass --help to any script for a list of all options.

Requires

  • bash 4

Install Dependencies

./scripts/install-dependencies.sh

Requires

  • conan package manager
  • ./conanfile.txt

Build

./scripts/build.sh

Requires

  • CMake
  • ./CMakeLists.txt

Sandbox Environment

./docker/run-command.sh

Requires

  • docker
  • ./docker/my_build_environment.dockerfile

Misc

  • ./scripts/get-os.sh
  • ./scripts/get-arch.sh
  • ./scripts/get-compiler.sh

About

Utility scripts written in bash for obtaining system details, install dependencies & build C++ CMake projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published