Open 1fexd opened 1 year ago
Hello
Do you thinks these explanations are useful #15 I've update some makefile and package.json to prevent missing directories
Do you thinks these explanations are useful https://github.com/bulwarkid/bulwark-passkey/pull/15
Certainly looks interesting, although I'm not familiar with packaging applications as debian packages
Hello
If we ignore specific deb building part, all other doc should be accurate to build any binary. Deb building is finally only a wrapper to provide binary provided by makefile.
I've don't work anymore on this issue, as I've bought a nitrokey between.
Hello, first of all, thanks for building this awesome application, it has been really helpful!
May I suggest that you add detailed building instructions and maybe a Github Workflow/Action/CI and Github releases?
For example, while building (via
make -f Makefile -C . build
in the root directory), I noticed1.19+
is required (Ubuntu Focal only ships1.13
)3.15+
is required (Ubuntu Focal only ships3.6.1
)proto
NPM script fails since the output directorysrc/proto
does not exist by default (I had to manually create it)external/protobuf-javascript
and manually clonehttps://github.com/protocolbuffers/protobuf-javascript
there (looks like something went wrong while setting this up as a git submodule?)bazel
, then runbazel build //generator:protoc-gen-js
inexternal/protobuf-javascript
protoc-gen-go
(I did this viago install google.golang.org/protobuf/cmd/protoc-gen-go@latest
in fear of the package in my apt repository being out of date again)make -f Makefile -C . all
inproto/
Thanks!