Skip to content

IceBlcokMC/libnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libnode - Build a Node.js shared library

Complile arguments

Windows

./vcbuild.bat dll x64 release vs2022

Linux(Ubuntu 24)

export CC=clang
export CXX=clang++
export CXXFLAGS="-stdlib=libc++"
export LDFLAGS="-stdlib=libc++"
./configure --ninja --shared
make -j$(nproc)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages