crownstone / bluenet

Bluenet is the in-house firmware on Crownstone hardware. Functions: switching, dimming, energy monitoring, presence detection, indoor localization, switchcraft.
https://crownstone.rocks
91 stars 62 forks source link

No env.config.template file #51

Closed shkhamd closed 7 years ago

shkhamd commented 7 years ago

I am trying to fresh install the repo in my $HOME as instructed in the /bluenet/blob/master/docs/INSTALL.md

Now we need to set up the environment variables to keep track of the different folders required to build bluenet

cd ~/bluenet_workspace/bluenet cp env.config.template env.config

There is no file called env.config.template and the copy command fails. Where should I look for the config template file?

In /scripts/env.sh I see that loading from env.config is optional. So will the installation work without the env.config ?

mrquincle commented 7 years ago

Hi! Good catch. We moved all config files out of the root a while ago to conf/ and conf/cmake. The update hasn't been reflected in the docs/INSTALL.md yet. Thanks for updating us!

shkhamd commented 7 years ago

hi, yeah, just right after, I found them under ~/bluenet/conf/cmake/ directory. I think the cp commands should be updated. Thanks.