Skip to content

Minimal workspace configuration for initializing and hacking on EVerest code.

License

Notifications You must be signed in to change notification settings

patsec/everest-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVerest Workspace

Initialization

edm init --workspace . --config workspace-config.yaml

Note

The workspace config being used above is currently customized to use some Patria Security forks and branches of EVerest repositories for testing.

Build EVerest Core

CMAKE_PREFIX_PATH=$(pwd) cmake -S everest-core -B everest-core/build --install-prefix /usr/local
sudo cmake --build everest-core/build -j8 --target install

About

Minimal workspace configuration for initializing and hacking on EVerest code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published