Skip to content

Setting up the recommended development environment

Odin Holmes edited this page Jun 8, 2015 · 1 revision

1 Recommended Environment

  • LPCXpresso

2 Setting Up

After installing the LPCXpresso Software, you may proceed by using following Steps to integrate your GitHub Repo-Fork:

  • Clone your Fork of the Kvasir-directory into the rootdirectory of your workspaces
  • Change the name of Kvasir-directory into a name of your choice
  • Open LPCXpresso and create a new workspace called Kvasir
  • Create a 2 new C++ projects called Kvasir and KvasirUnitTest (use correct spelling and CamelCase) in the new workspace
  • Import the src-directory from your "new titled Kvasir-clone"/Kvasir/ into the Kvasir-project using the projectexplorer in LPCXpresso
  • Repeat with KvasirUnitTest/src folder
  • now you should try building the new Kvasir-projects
  • if everything worked out, you're ready to go

tbc

If you are interested in helping us use a better deployment method or add other environments like VisualGDB please contact us, we really have not put a lot of brain power into this part of Kvasir yet.