Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noisee
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
imcf
noisee
Commits
e8ebbb38
Commit
e8ebbb38
authored
6 years ago
by
Niko Ehrenfeuchter
Browse files
Options
Downloads
Patches
Plain Diff
Add developing notes, building the package etc.
parent
dba57288
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DEVELOPING.md
+32
-0
32 additions, 0 deletions
DEVELOPING.md
with
32 additions
and
0 deletions
DEVELOPING.md
0 → 100644
+
32
−
0
View file @
e8ebbb38
Building the NoiSee package
===========================
The package is based on the
[
example-script-collection
][
gh_example-script
]
which
is using
[
Maven
][
www_mvn
]
as the build system. To build the package, simply run
`mvn`
on the command line or launch the helper script that optionally takes the
path to your
*Fiji*
location as a parameter, using it to tell maven where to
deploy the resulting package (defaulting to
`/opt/Fiji.app/`
):
```
bash scripts/build_and_deploy.sh </path/to/your/Fiji.app/>
```
Making a new release
====================
To create a new release, clone the
[
scijava-scripts
][
gh_scijava-scripts
]
repo
(e.g. in
`/opt/imagej/`
) and run the
`release-version.sh`
helper:
```
BASE_DIR=/opt/imagej
mkdir -pv "$BASE_DIR"
cd "$BASE_DIR"
git clone https://github.com/scijava/scijava-scripts
cd -
"$BASE_DIR/scijava-scripts/release-version.sh" --skip-push --skip-gpg
```
[
gh_example-script
]:
https://github.com/imagej/example-script-collection
[
www_mvn
]:
https://maven.apache.org
[
gh_scijava-scripts
]:
https://github.com/scijava/scijava-scripts
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment