GithubHelp home page GithubHelp logo

libxcc / xcc-posix Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 177 KB

A cross-platform c language wrapper library

License: GNU Lesser General Public License v2.1

CMake 2.81% C 97.19%
cross-platform posix xcc

xcc-posix's Introduction

xcc-posix

996.icu

A cross-platform C language wrapper library

Explain

By encapsulating the POSIX interface, a cross-platform call interface is provided.

At the same time, it provides convenient operation methods for some operations.

The project is the C language Api support library of the XCC series.

Note

If you want to commit any changes, write the code in the following format.

set encoding=utf-8 with BOM

set tabstop=8

set shiftwidth=8

Comment format

/// Function description
/// \param _Value : Parameter explanation
/// \return : Return value description

Installation

Linux

First install all required dependencies and build tools:

sudo apt install git
sudo apt install autoconf
sudo apt install automake
sudo apt install libtool-bin
sudo apt install cmake

Then clone the actual project repository:

git clone https://github.com/libxcc/xcc-posix.git
svn checkout https://github.com/libxcc/xcc-posix/trunk
cd xcc-posix

Now you can build and install it:

cmake .
make
sudo make install

License

This library is licensed under the GNU Lesser General Public License v2.1, also included in the repository in the LICENSE file.

README Updated on: 2023-04-10

xcc-posix's People

Contributors

aixanadu avatar

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.