Skip to content

linqy71/two_d_chunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsedb

install msgpack first

git clone https://gitee.com/lgmcode/msgpack-c.git -b cpp_master
cd msgpack-c
mkdir build
cd build
cmake ..
sudo cmake --build . --target install

build

cd two_d_chunk
mkdir build && cd build
cmake ..
make

export to PYTHONPATH

export PYTHONPATH=/path/to/two_d_chunk/build:$PYTHONPATH

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published