Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 673 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 673 Bytes

Special Folders

Introduction

Returns special folders on platforms Windows, macOS and Linux.

Getting Started

To clone and create the project, open a command prompt and proceed as follows:

Windows

git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake ../special-folders
cmake --build .

macOS

git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake -GXcode ../special-folders
cmake --build .

Linux

git clone https://github.com/hansen-audio/special-folders.git
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug ../special-folders
cmake --build .