8000 GitHub - rock59/go-static-linking at with-python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rock59/go-static-linking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-C static linked demo

Quick demo to show how to statically link a c library to a go application.

Quick start

mkdir build
cd build
cmake ..
make

cd ..
cd demo
export GOPATH=`pwd`
go build
./demo

About

Demo of how to static link a c library to some go code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 75.9%
  • Go 18.2%
  • C 5.9%
0