ggerganov / ggwave-spm

ggwave package for the Swift Package Manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggwave-spm

ggwave package for the Swift Package Manager

Using as a package in your project

In XCode: File -> Swift Packages -> Add Package Dependency

Enter package URL: https://github.com/ggerganov/ggwave-spm

Build package from command line

git clone https://github.com/ggeragnov/ggwave-spm
cd ggwave-spm

# if building standalone
make build

# if building as a submodule for ggwave
make build-submodule

# run tests
.build/debug/test-objc
.build/debug/test-swift

About

ggwave package for the Swift Package Manager


Languages

Language:C++ 85.5%Language:C 12.6%Language:Swift 0.8%Language:Objective-C 0.6%Language:Makefile 0.5%