Giter Club home page Giter Club logo

ms61850's Introduction

用61850库做一个主子站,仅仅是我自己测试使用

Table of Contents

编译库

直接make

相应的库就生成在build 下面

make install

相应的库就生成在 .install/lib 下面 相应的头文件在.install/include/ 下面

去除-g

找到make 文件夹下,修改

# CFLAGS += -g
CFLAGS += -Os

这样库就会变小很多

make dynlib 生成动态库

这样编译的话,会生成在build 下

设定生成路径

make INSTALL_PREFIX=/usr/local install

交叉编译

make CC=

例子

都在库/examples/下

ms61850's People

Contributors

mengqp avatar

Stargazers

Anson Chen avatar

Watchers

James Cloos avatar  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.