Skip to content
/ libex Public

A C/C++ third party library build collection for target linux_x86-64, linux_aarch64, windows_x86-64

Notifications You must be signed in to change notification settings

deepkh/libex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

186 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workflow

Build collection

This repo provide some scripts and Makefile to build thoses libraries to the following target and arch. The final build to target x86_64 and x86_64-w64-mingw32 is successful on host Debian 12 bookworm amd64. The final build to target aarch64 is successful on host Debian 11 Bullseye aarch64.

Clone

git clone --recursive https://github.com/deepkh/libex

Build target linux_x86-64 on Debian amd64

PF=linux source source.sh
make

Build target x86_64-windows on Debian amd64

PF=mingw.linux source source.sh
make

Build target Linux.aarch64 on Debian aarch64

PF=linux.aarch64 source source.sh
make

Runtime folder structures

  • runtime.[linux64,win64,aarch64]/
    • bin/
    • include/
    • lib/
    • objs/
      • libevent
      • ...
    • share/

About

A C/C++ third party library build collection for target linux_x86-64, linux_aarch64, windows_x86-64

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •