Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlinrichardson committed Aug 27, 2024
1 parent 62074c3 commit 758ac23
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions py/snap_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sys
import os

sources = ['snap-engine', 'snap-desktop', 's1tbx', 's2tbx'] # , 's3tbx']
sources = ['microwave-toolbox', 's2tbx', 'snap-engine', 'snap-desktop', 'snap-installer'] # , 's3tbx']
cmds = [[x, 'git clone https://github.com/senbox-org/' + x + '.git'] for x in sources]

for x, c in cmds:
Expand Down Expand Up @@ -84,10 +84,3 @@
# https://senbox.atlassian.net/wiki/spaces/SNAP/pages/24051775/IntelliJ+IDEA
# https://senbox.atlassian.net/wiki/spaces/SNAP/pages/24051775/IntelliJ+IDEA#IntelliJIDEA-RunSNAPDesktopwithadditionalToolboxes(S1%2CS2%2CS3%2C...)


'''
e.g. possible commands:
sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64/
export PATH=$PATH:$JAVA_HOME
'''

0 comments on commit 758ac23

Please sign in to comment.