Giter Site home page Giter Site logo

vmodule

vmodule streaming

#how to CMake_Cross_Compiling? http://www.vtk.org/Wiki/CMake_Cross_Compiling#Setting_up_the_system_and_toolchain https://cmake.org/cmake/help/v3.8/manual/cmake-toolchains.7.html

#How to compile vmodule to Linux 1).download the vmodule source the make dir build $mkdir build $cd build $cmake ../ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_INSTALL_PREFIX=../output $make $make install

#how to compile vmodule to android #if the ndk path:/home/jeffrey/ideTools/android-ndk-r14b $mkdir build $cd build $cmake ../
-DCMAKE_SYSTEM_NAME=Android
-DCMAKE_SYSTEM_VERSION=24
-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
-DCMAKE_ANDROID_NDK=/home/jeffrey/ideTools/android-ndk-r14b
-DCMAKE_ANDROID_STL_TYPE=gnustl_static
-DCMAKE_INSTALL_PREFIX=../output

#How to compile libevent and install the lib to ndk path
$mkdir build $cd build $cmake ../
-DCMAKE_SYSTEM_NAME=Android
-DCMAKE_SYSTEM_VERSION=24
-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
-DCMAKE_ANDROID_NDK=/home/jeffrey/ideTools/android-ndk-r14b
-DCMAKE_ANDROID_STL_TYPE=gnustl_static
-DEVENT__HAVE_WAITPID_WITH_WNOWAIT=OFF
-DEVENT__HAVE_GETIFADDRS=OFF
-DEVENT__HAVE_ARC4RANDOM=OFF
-DEVENT__BUILD_SHARED_LIBRARIES=ON
-DCMAKE_INSTALL_PREFIX=/home/jeffrey/ideTools/android-ndk-r14b/platforms/android-24/arch-arm64/usr

#windows virtual studuio config

please create enpty project

C/C++->Preprocessor: WIN32 _DEBUG _CRT_SECURE_NO_WARNINGS DEBUG_ENABLE TARGET_WINDOWS VMODULE_EXECUTABLE

C/C++->Advanced->Compile As: Compile as C++ Code

C/C++->Preprocessor->Preprocessor Header: Not Using Precompiled Header 4. C/C++->Code Generation->Runtime Library: Thread Debug DLL (MDd)

vmodule's Projects

cinatra icon cinatra

modern c++(c++17), cross-platform, header-only, easy to use http framework

depot_tools icon depot_tools

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

dss icon dss

Darwin Streaming Server is Apple's open source version of the QuickTime Streaming Server technology allowing you to send streaming media across the Internet using the industry standard RTP and RTSP protocols.

health_online icon health_online

“基于智能终端的一站式医药服务平台”项目通过可穿戴手环设备,安卓端app和web端数据平台进行三方交互,通过手环将用户体征数据上传到安卓端APP再上传到后台,由在线医生进行分析并给予用户最佳治疗方案。此后台DEMO使用SSM框架编写。

kaa icon kaa

Kaa open-source middleware platform for building, managing, and integrating connected products with the Internet of Everything.

learningopencv icon learningopencv

Source code for Learning OpenCV 《学习OpenCV》源码及 Mac 运行工程

libevent icon libevent

A public libevent repository. The official repository is at https://github.com/libevent/libevent

libvmodule icon libvmodule

libvmodule for nomal utils,net library ,media library on android and linux platform

ninja icon ninja

a small build system with a focus on speed

opencv icon opencv

Open Source Computer Vision Library

tensorflow icon tensorflow

Computation using data flow graphs for scalable machine learning

tinyxml2 icon tinyxml2

TinyXML2 is a simple, small, efficient, C++ XML parser that can be easily integrated into other programs.

webrtc icon webrtc

webrtc source code from https://chromium.googlesource.com/external/webrtc

xbmc icon xbmc

Kodi Main Repository - By using this code you agree with our policy and will follow the GPLv2 license as included

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.