GithubHelp home page GithubHelp logo

cofarmer / dsview-win Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 9.77 MB

DSView编译为Windows版本,解决libusb_get_pollfds、USB热插拔在Windows上无法使用问题

License: GNU General Public License v3.0

CMake 0.59% C++ 32.60% C 25.36% Python 41.45%

dsview-win's Introduction

DSView

DSView编译为Windows版本,解决libusb_get_pollfds、USB热插拔在Windows上无法使用问题

基于DSView v1.3.1修改、编译。

依赖包下载

通过pacman命令下载以下依赖项

  • gcc (>= 4.0)
  • make
  • cmake >= 2.6
  • Qt >= 5.0
  • libglib >= 2.32.0
  • zlib
  • libusb-1.0 >= 1.0.16 On FreeBSD, this is an integral part of the FreeBSD libc, not an extra package/library. This is part of the standard OpenBSD install (not an extra package), apparently.
  • libboost >= 1.42
  • libfftw3 >= 3.3
  • libpython > 3.2
  • libtool
  • pkg-config >= 0.22

如:

pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-make
pacman -S mingw-w64-x86_64-cmake
pacman -S mingw-w64-x86_64-qt5-static
......

编译

cmake .  
ninja  

如果在链接时遇到glib中的符号未定义,则将build.ninja中的-lglib-2.0移动到行位,再次执行ninja将继续编译链接。

dsview-win's People

Contributors

cofarmer avatar

Watchers

 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.