Search Criteria
Package Details: ftl-sdk 0.10.1-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/ftl-sdk.git (read-only, click to copy) |
---|---|
Package Base: | ftl-sdk |
Description: | Software Development Kit for Mixer's FTL Protocol |
Upstream URL: | https://github.com/Scrumplex/ftl-sdk |
Keywords: | ftl |
Licenses: | MIT |
Provides: | libftl.so |
Submitter: | Scrumplex |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 13 |
Popularity: | 0.030844 |
First Submitted: | 2021-01-05 13:40 (UTC) |
Last Updated: | 2024-05-13 13:44 (UTC) |
Dependencies (5)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- jansson (jansson-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
Sharparam commented on 2024-04-04 13:46 (UTC) (edited on 2024-04-04 13:47 (UTC) by Sharparam)
Currently this doesn't build properly if the CMake generator default is set to anything other than "Unix Makefiles" (such as Ninja).
Please consider updating the
build()
andpackage()
functions to follow the CMake package guidelines template: https://wiki.archlinux.org/title/CMake_package_guidelines#Template(Using CMake's commands instead of hardcoding it to use
make
)Currently, building this package requires manually overriding the generator before running
makepkg
, by settingCMAKE_GENERATOR="Unix Makefiles"
.micwoj92 commented on 2022-09-12 09:08 (UTC)
No need to include make in makedepends, also I think homepage should be set to upstream repo, https://github.com/microsoft/ftl-sdk.
cobaltspace commented on 2021-07-31 22:27 (UTC) (edited on 2021-07-31 22:35 (UTC) by cobaltspace)
git is a makedependency, or
$pkgname-${_commit}::https://github.com/microsoft/ftl-sdk/archive/${_commit}.tar.gz
should be the sourceesposm03 commented on 2021-04-13 15:03 (UTC)
I had already installed jansson manually, that's why I didn't include -s. Anyway, it still fails to compile, what could be done about that?
Scrumplex commented on 2021-04-13 08:18 (UTC)
I will change the repo back to the upstream one and add patches instead to improve trust and not make you rely on my repository.
Scrumplex commented on 2021-04-13 08:14 (UTC)
esposm03: You need to run makepkg with the --syncdeps / -s flag. The package requires the jansson package, which won't be installed if you don't add -s
esposm03 commented on 2021-04-13 07:59 (UTC)
This package fails to build to me:
gives the following:
```