Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
/ fuka-exporter Public archive

Shared library for FUKA ID exporting functions

License

Notifications You must be signed in to change notification settings

unkaktus/fuka-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fuka_exporter

This is a library that wraps useful FUKA C++ functions and builds as a shared objects, so it they can be called from other languages, such as C, Python, Go.

Installation

Install Task first (https://taskfile.dev):

mamba install go-task

Build FUKA, so that it produces a static C++ library called libkadath.a in $HOME_KADATH/lib.

Export variable that points to the FUKA build:

export HOME_KADATH=$HOME/fuka

Run the build of fuka-exporter:

task build

This will produce libfuka_exporter.so, which you can either place into your libraries location or append LD_LIBRARY_PATH with its current location:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD

After that, your code that is linked against fuka_exporter can run.

About

Shared library for FUKA ID exporting functions

Topics

Resources

License

Stars

Watchers

Forks