Giter Site home page Giter Site logo

static-library-collection's Introduction

Collection of libraries in a 'mono' development kit

  • Forked ImGui v1.90.5
  • Forked glbinding v3.3.0
  • Forked stb_image v2.30
  • No License Whatsoever
  • Project-Specific Options (C++17)
    • ImGui - impl_opengl3 impl_opengl3_loader impl_glfw
    • glbinding - glbinding glbinding-aux static
    • stb_image - None
  • [Note]:

    • If ANY directory 'setup' recipe is missing, call 'make setup'
    • COMPILER_BASE_FOLDER environment variable (Name's pretty self explanatory) MUST BE DEFINED
    • Check Library Dependencies inside makefile.mf ( Specifically, LIB_FILES, LIB_PATHS, LIB_INC_PATHS )
      • Currently, GLFW expected to exist at $(COMPILER_BASE_FOLDER)/ext/

Clean Object Files

* [Debug]   make cleandbg
* [Release] make cleanrel

Clean Binaries

* [Debug]   make cleanbindbg
* [Release] make cleanbinrel

Clean Install Folder

* [Debug]   make cleaninstalldbg
* [Release] make cleaninstallrel

Clean Everything

* make cleanall

Build Library

* [Debug]   make debug   - [Static & Shared Libraries]
* [Release] make release - [Static & Shared Libraries]
* [Debug]   make [static/shared]dbg
* [Release] make [static/shared]rel

Build Library + Clangd Metadata (Don't forget to restart clangd in vscode)

* [Debug]   make rec[static/shared]dbg
* [Release] make rec[static/shared]rel

Install Library

* [Debug]   make installdbg - [Static & Shared Libraries]
* [Release] make installrel - [Static & Shared Libraries]
* [Debug]   make install_[static/shared]dbg
* [Release] make install_[static/shared]rel

static-library-collection's People

Contributors

inonitz 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.