Changes between Initial Version and Version 1 of Ticket #60129, comment 5


Ignore:
Timestamp:
Apr 6, 2021, 7:32:57 PM (3 years ago)
Author:
gaming-hacker (G Alexander)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60129, comment 5

    initial v1  
    33https://github.com/pocoproject/poco/
    44
    5 ```
     5'''
     6
    67Building with CMake (Linux, macOS, Windows)
    78
    89CMake (version 3.5 or newer) is the recommended build system for building the POCO C++ Libraries.
    910
     11
     12{{{
    1013$ git clone -b master https://github.com/pocoproject/poco.git
    1114$ cd poco
     
    1417$ cmake ..
    1518$ cmake --build . --config Release
    16 ```
     19
     20}}}