FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pom-scijava/.github/setup-build.sh at pom-scijava-45.0.0 · scijava/pom-scijava · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
scijava
/
pom-scijava
Public
Notifications
You must be signed in to change notification settings
Fork
35
Star
28
Code
Issues
8
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
pom-scijava
/
.github
/
setup-build.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
10 lines (9 loc) · 419 Bytes
Breadcrumbs
pom-scijava
/
.github
/
setup-build.sh
Copy path
File metadata and controls
executable file
·
10 lines (9 loc) · 419 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
#!
/bin/sh
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-setup-github-actions.sh
sh ci-setup-github-actions.sh
#
Install native libraries needed to smelt components.
pkgs=
"
libxcb-shape0
"
#
org.janelia:H5J_Loader_Plugin
pkgs=
"
$pkgs
libgtk2.0-0
"
#
net.imagej:imagej-opencv
pkgs=
"
$pkgs
libblosc1
"
#
org.janelia.saalfeldlab:n5-blosc
sudo apt-get update
sudo apt-get -y install
$pkgs
Back
|
FazBrowse Home
|
New Git URL