# Target system processor
SYSTEM_PROCESSOR=x64
# Debug, Release, RelWithDebInfo, MinSizeRel
BUILD_TYPE=Release
git clone https://github.com/ahfakt/Stream.git
# Configure
mkdir build && cd Stream
cmake \
-B../build/${SYSTEM_PROCESSOR}/${BUILD_TYPE}/Stream \
-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE} \
-G "Unix Makefiles"
# Build
# Stream | Stream_Doc
# Test targets are available only when BUILD_TYPE=Debug
# Documentation is available only when BUILD_TYPE=Release
cmake \
--build ../build/${SYSTEM_PROCESSOR}/${BUILD_TYPE}/Stream \
--config ${BUILD_TYPE} \
--target all
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ahfakt/Stream
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published