GithubHelp home page GithubHelp logo

build system about cppcoro HOT 4 OPEN

icegood avatar icegood commented on May 27, 2024
build system

from cppcoro.

Comments (4)

waruqi avatar waruqi commented on May 27, 2024 2

This library is also available via xmake/xrepo
https://github.com/xmake-io/xmake

we need only write a simple xmake.lua file

xmake.lua

add_requires("cppcoro")
target("test")
    set_kind("binary")
    add_files("src/*.cpp")
    add_packages("cppcoro")
    set_languages("c++17")
    add_cxxflags("/await")

then we run xmake to build your project with cppcoro.

or we can also use xrepo to install this library directly

 $ xrepo install cppcoro

it's package configuration in xmake-repo

https://github.com/xmake-io/xmake-repo/blob/master/packages/c/cppcoro/xmake.lua

If you accept pr, I can also submit a xmake.lua to the project root directory and use the xmake build system to maintain this library.

from cppcoro.

hanhiver avatar hanhiver commented on May 27, 2024 1

+1

from cppcoro.

jeanga avatar jeanga commented on May 27, 2024 1

This library is also available via vcpkg https://github.com/microsoft/vcpkg (for Window,Linux&MacOS).
Also, don't expect too much an answer... this library does not look like it is maintained anymore.

from cppcoro.

salimp2009 avatar salimp2009 commented on May 27, 2024

This library is also available via vcpkg https://github.com/microsoft/vcpkg (for Window,Linux&MacOS). Also, don't expect too much an answer... this library does not look like it is maintained anymore.

Any idead if vcpkg mess the python versions when installing on Windows ...i use python 3.9 and dont want to install...if it does maybe i will try to modify the python files :)

from cppcoro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.