Code Monkey home page Code Monkey logo

zig-libssh2's Introduction

libssh2 build package

ci

Like this project?

If you like this project or other works of mine, please consider donating to or sponsoring me on Github ❤️

How to use

This repo contains code for your build.zig that can statically compile libssh2.

Link to your application

In order to statically link libssh2 into your application:

const libssh2 = @import("path/to/libssh2.zig");

pub fn build(b: *std.build.Builder) void {
    // ...

    const lib = libssh2.create(b, target, optimize);

    const exe = b.addExecutable(.{
        .name = "my-program",
        .root_source_file = .{ .path = "src/main.zig" },
    });
    lib.link(exe);
}

zig-libssh2's People

Contributors

mattnite avatar david-vanderson avatar lordmzte avatar

Stargazers

Malcolm Still avatar Christoph Kröppl avatar max avatar George Erickson avatar

Watchers

 avatar  avatar

zig-libssh2's Issues

Usage

Hi

I am just trying to consume zig-libssh2 so I can write a toy sftp client but with no success. Below is error from terminal

image

Here is structure of code

image

I am new to zig so might not be doing something correctly.

Many thanks

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.