Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenGEODE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
OpenGEODE
Commits
951ee8d1
Commit
951ee8d1
authored
Oct 06, 2020
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Makefile - install asn1scc
parent
695736e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
26 deletions
+10
-26
Makefile
Makefile
+10
-8
README.md
README.md
+0
-18
No files found.
Makefile
View file @
951ee8d1
...
...
@@ -40,15 +40,17 @@ update:
git pull
dependencies
:
apt
install
python3-pyside2.
*
||
echo
'PySide2 is not available in your system. Try to run "sudo pip3 install --user --upgrade pyside2'
apt
install
python3-antlr3
apt
install
pyside2-tools
||
:
sudo
apt
install
python3-pyside2.
*
||
echo
'PySide2 is not available in your system. Try to run "sudo pip3 install --user --upgrade pyside2'
sudo
apt
install
python3-antlr3
sudo
apt
install
pyside2-tools
||
:
#apt install python3-matplotlib
apt
install
python3-pygraphviz
apt
install
python3-stringtemplate3
apt
install
python3-singledispatch
# optional dependencies from taste: spedometer, properties, dmt, pymsc, asn1-value-editor
sudo
apt
install
python3-pygraphviz
sudo
apt
install
python3-stringtemplate3
sudo
apt
install
python3-singledispatch
# install ASN1SCC in ~/.local/bin
mkdir
-p
~/.local/bin
cd
~/.local
;
wget
-q
-O
- https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.0f/asn1scc-bin-4.2.4.0f.tar.bz2 |
tar
jxpvf -
;
cd
bin
;
ln
-s
../asn1scc/
*
.
# make sure that ~/.local/bin is in your PATH
install
:
@
pip3
install
--user
--upgrade
.
...
...
README.md
View file @
951ee8d1
...
...
@@ -83,24 +83,6 @@ The installation will be done in the `~/.local` folder by the Python3 pip tool.
export PATH=~/.local/bin:$PATH
```
OpenGEODE uses the ASN1
[
ASN1SCC
](
https://github.com/ttsiodras/asn1scc
)
for the datatypes. You must install it manually:
Get the latest binary release from
[
here
](
https://github.com/ttsiodras/asn1scc/releases
)
Then run (possibly as root):
```
bash
$
cd
/opt
$
tar
xvf asn1scc-bin-4.xx.tar.bz2
# Use the file name version you got
$
echo
'export PATH=$PATH:/opt/asn1scc'
>>
~/.bashrc
```
Open a new terminal and check that it works:
```
bash
$
mono /opt/asn1scc/asn1.exe
```
Once you have the dependencies installed you can update the tool by running the following commands:
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment