Coder Social home page Coder Social logo

cnsuhao / kgui-1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 22.36 MB

Automatically exported from code.google.com/p/kgui

C++ 11.33% Makefile 1.03% C 80.34% Perl 0.04% Assembly 1.85% Objective-C 0.08% Shell 2.11% M4 0.04% HTML 0.37% Python 0.56% DIGITAL Command Language 0.22% Groff 0.90% Batchfile 0.02% TeX 0.38% Module Management System 0.07% SAS 0.05% Smalltalk 0.01% CLIPS 0.02% Pascal 0.22% Ada 0.32%

kgui-1's Introduction

#
# kgui - documentation
#

Follow these steps to build the kgui library

1) For building using the GNU compiler launch a shell ( use MSYS/Mingw for windows )

There is also a visual studio solution called "kgui" that you can compile with visual studio.
Note: ffmpeg cannot be compiled with visual studio and must be compiled with MSYS/Mingw

2) ./configure

This is for configuring the other libraries that kgui uses like zlib, jpeg, freetype, ffmpeg

3) make other

This builds all the other libraries 

4) make

This builds kgui and once finished then the kgui library is ready to be linked with your application


5) There are also small sample programs in the samples directory, the Visual Studio solution will
 automatically make them, for the GUI compiler just go into each directory and type 'make'


----------------------------------------------------------------------------

6) If you are using the movie player then there are some special items for
integrating ffmpeg into your program

todo: this needs to be updated!


cd ffmpeg
./configure --enable-shared --disable-static --enable-memalign-hack
make clean
make
copy libavcodec\avcodec-51.lib ..\wiffmeg
copy libavcodec\avcodec-51.dll ..\wiffmeg
copy libavformat\avformat-51.lib ..\wiffmeg
copy libavformat\avformat-51.dll ..\wiffmeg
copy libavutil\avutil-49.lib ..\wiffmeg
copy libavutil\avutil-49.dll ..\wiffmeg
cd ..

for release build ( windows )
cd ffmpeg
./configure --enable-memalign-hack
make clean
make
copy libavcodec\libavcodec.a ..\wiffmeg
copy libavformat\libavformat.a ..\wiffmeg
copy libavutil\libavutil.a ..\wiffmeg
cd ..

kgui-1's People

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.