We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Linux installation instructions on the website (https://openapi.bow-swift.io/docs/quick-start/installation-guide/#-linux-users) ask you to sudo make linux. Mac users may be tempted to build from the Makefile as well as the Homebrew installation doesn't currently work (#41).
sudo make linux
The linux target breaks normal conventions and does a bunch of destructive updates:
linux
make install
openjdk-8-jre-headless
Installing dependencies, building the code and installing the code should be separate targets.
It should be possible to both build the code and execute it locally without using sudo.
sudo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Linux installation instructions on the website (https://openapi.bow-swift.io/docs/quick-start/installation-guide/#-linux-users) ask you to
sudo make linux
. Mac users may be tempted to build from the Makefile as well as the Homebrew installation doesn't currently work (#41).The
linux
target breaks normal conventions and does a bunch of destructive updates:make install
is a separate step)openjdk-8-jre-headless
Installing dependencies, building the code and installing the code should be separate targets.
It should be possible to both build the code and execute it locally without using
sudo
.The text was updated successfully, but these errors were encountered: