cli-enonic
cli-enonic copied to clipboard
Building project readme
The build project need additional steps for the setup.
In the readme file its: Building project
- Check out XP CLI from GitHub
- Run dep ensure in the project folder. - This will download all dependencies for the project.
- Run goreleaser --rm-dist --snapshot in the project folder to build a snapshot of latest code. A binary installation, ready for use will be put in the dist folder.
Running dep requires additional steps:
- Downlouding godep with scoop
- Sett proper gopath in system enviroments.
- Setting the project we want to run in %gopath%/src
- Then running
dep ensure
in the directory works, but it takes forever / gets stuck?
Did not mangage to get to the building of the binary file