nimpb icon indicating copy to clipboard operation
nimpb copied to clipboard

generated files (eg nimpb/compiler/nimpb_build) should go in a subfolder

Open timotheecour opened this issue 7 years ago • 1 comments

eg: nimpb/compiler/nimpb_build => this could go under ./build/bin/nimpb_build

protobuf-all-3.5.1.zip and protobuf-3.5.1 could go under ./build/ ...

.gitignore could add ./build/ so that git status can stay clean (eg after running nimble build_protobuf git status is not clean)

timotheecour avatar May 08 '18 21:05 timotheecour

When I first started to create this package, I had some problems with nimble, srcDir and binaries. Maybe I'll need to take a fresh look.

oskaritimperi avatar May 09 '18 15:05 oskaritimperi