ericsink / cb

Apache License 2.0
14 stars 13 forks source link

How to build? #23

Open DancingCorpse opened 2 months ago

DancingCorpse commented 2 months ago

It would be appreciated if you could add a simple specification about how to build this repo.

DancingCorpse commented 2 months ago

steps:

  1. cd cb/bld
  2. ./clean_scripts.sh
  3. ./setup_linux.sh
  4. bash ./linux_e_sqlite3_x64.sh
ericsink commented 2 months ago

You could look at build.yml in .github/workflows -- that's the GitHub action which builds this repo automatically, so it shows the various steps needed.

DancingCorpse commented 2 months ago

@ericsink Got it, thanks.