Skip to content

A sample repo on how to use functions in weilei_lib. One can fork this one and use it as a starting point

Notifications You must be signed in to change notification settings

Renyu-Wang/how-to-use-weilei-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how-to-use-weilei-lib

A sample repo on how to use functions in weilei_lib. One can fork this one and use it as a starting point

How to use from this repo

I use weilei_lib as a submodule here. It works like two repo, but just one inside the other. One should commit changes independently. To clone it, use the following cmd.

git clone --recurse-submodules https://github.com/QEC-pages/how-to-use-weilei-lib

You can test it by

make test_lib
make test

info on sub module

see https://git-scm.com/book/en/v2/Git-Tools-Submodules

init:

git submodule add git@github.com:WeileiZeng/weilei_lib.git

You can also use http instead of ssh

Then you work on those like two different repo.

About

A sample repo on how to use functions in weilei_lib. One can fork this one and use it as a starting point

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.3%
  • Makefile 11.7%