We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.3
Ubuntu 23.10
raphy@raohy:~$ xrepo search stfl The package names: raphy@raohy:~$ xrepo install stfl error: package(stfl) not found! error: execv(/home/raphy/.local/bin/xmake require -j 10 --extra={system=false} stfl) failed(255)
plain installation of stfl
raphy@raohy:~$ cat xmake.lua set_languages("c99", "c++20") add_rules("mode.debug", "mode.release") --add_requires("cosmocc") add_syslinks("pthread") add_requires( "cosmocc", "wxWidgets", "curl", "leptonica", "tesseract", "PDFHummus::PDFWriter", --"Threads", "OpenSSL::SSL", "nng", "json-c", "sqlite3", "stfl", "xml2", "icui18n", "icuuc" ) target("isdigits") set_kind("binary") --add_files("/home/raphy/isdigits/src/*.cpp") add_files("/home/raphy/Grasp/src/*.cpp") set_toolchains("@cosmocc") on_install(function (package) -- TODO end)
None
The text was updated successfully, but these errors were encountered:
If xrepo doesn't package the library, you can provide the library link and new a feature request issue.
Sorry, something went wrong.
Library Link : https://github.com/newsboat/stfl
you can open a pr to add new package.
No branches or pull requests
Xmake Version
2.9.3
Operating System Version and Architecture
Ubuntu 23.10
Describe Bug
Expected Behavior
plain installation of stfl
Project Configuration
Additional Information and Error Logs
None
The text was updated successfully, but these errors were encountered: