cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

add documentation for cmake install

Open MCWertGaming opened this issue 2 years ago • 0 comments

We should add documentation on installing the library using cmake:

  • [ ] install on linux as shared library
  • [ ] use cpp-terminal as shared library on linux
  • [ ] install cpp-terminal as shared library on windows
  • [ ] using shared libraries on windows
    • [ ] place into shared include dir?
    • [ ] place next to the dll
    • [ ] static linking
    • [ ] other methods? Maybe visual studio stuff
  • [ ] MacOS specific things?
  • [ ] cross platform approach for managing cpp-terminal using cmake
    • [ ] git submodules
    • [ ] cmake managed
    • [ ] mamba?
    • [ ] other ways / package managers?

MCWertGaming avatar Sep 26 '22 09:09 MCWertGaming