lhelper

A simple utility to helps compile and install C/C++ libraries on Windows and Linux (by franko)

Lhelper Alternatives

Similar projects and alternatives to lhelper

  1. SDL

    211 lhelper VS SDL

    Simple Directmedia Layer

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. itch

    69 lhelper VS itch

    🎮 The best way to play your itch.io games

  4. manylinux

    Python wheels that work on any linux (almost)

  5. the-bread-code

    Learn how to master the art of baking the programmer way.

  6. Cheesemake

    It is not meant to be taken literally, it refers to any manufacturers of dairy products.

  7. dockcross

    Cross compiling toolchains in Docker images

  8. hexchat

    Discontinued GTK+ IRC client

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. OpenRCT2

    An open source re-implementation of RollerCoaster Tycoon 2 🎢

  11. xrepo

    1 lhelper VS xrepo

    🗂️ A cross-platform C/C++ package manager based on Xmake

  12. spack-manager

    A project and machine deployment model using Spack

  13. snap

    1 lhelper VS snap

    Snap recipe for cheat (by cheat)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better lhelper alternative or higher similarity.

lhelper discussion

Log in or Post with

lhelper reviews and mentions

Posts with mentions or reviews of lhelper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-24.
  • C++ Package Managers: The Ultimate Roundup
    2 projects | news.ycombinator.com | 24 Feb 2024
    I have made my own tool to solve this problem:

    https://github.com/franko/lhelper

    It is currently used by nobody except me but it serves me well.

    Its strong points are:

    - it works on macOS, Linux and Windows

  • Building Outer Wonders for Linux
    6 projects | news.ycombinator.com | 22 May 2021
    I agree, for their use case they should have linked to SDL2 as a static library. It was the best option instead of patching the binary with patchelf.

    I think many developers don't know about static libraries. For some reason they think they have to use a shared libraries. This is probably due to many tutorial saying something like: download the SDL2 library from there, it is provided as a shared library, here the instructions to use it with Visual Studio.

    The way I do is with static libraries, I ship a single executable, all the third-party libraries are linked in as static libraries. The only dynamic libraries the exectuable will use are the standard libraries that are part of the OS.

    I do this very easily with the help for lhelper:

    https://github.com/franko/lhelper (I am the author)

    that has recipes to build many libraries including SDL2. It builds the library on you system using your compiler and your settings. By default it will build static libraries so you don't have to bother distributing additional dynamic libraries.

Stats

Basic lhelper repo stats
2
13
5.1
about 2 months ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai