New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

librg-bootstrap.c

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

librg-bootstrap.c

librg cmake-powered ready-to-use example project

  • 2.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-87.5%
Maintainers
2
Weekly downloads
 
Created
Source

librg-bootstrap

This is a ready-to-use bootstrap project to give a quickstart to librg freshmen.

Setup

  1. Clone the repository and execute npm install in the repo dir.
  2. Create build directory and execute cmake <flags> ../ inside.
  3. The rest is up to you. ;)

Manual

  1. Clone this repository.
  2. Clone all dependencies into a subdirectory (let's say, "vendors").
  3. Edit CMakeLists.txt (or pass cmake flags equivalently) and edit LIBRG_VENDOR_FOLDER and LIBRG_POSTFIX to match your vendors's folder structure.
  4. Create build directory and execute cmake <flags> ../ inside.
  5. Once again, the rest is up to you. ;)

License

This repository is dual-licensed to either the public domain or under the following: you are granted a perpetual, irrevocable license to copy, modify, publish, and distribute this repository as you see fit. NO WARRANTY IS IMPLIED, USE AT YOUR OWN RISK!

Keywords

FAQs

Package last updated on 02 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc