Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LidarView
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor 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
yan yong
LidarView
Commits
c12a708e
Commit
c12a708e
authored
3 years ago
by
Arnaud Billon
Browse files
Options
Downloads
Patches
Plain Diff
[dox] Fix Ubuntu18 Instructions
parent
56290ff0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RELEASES.md
+13
-10
13 additions, 10 deletions
RELEASES.md
with
13 additions
and
10 deletions
RELEASES.md
+
13
−
10
View file @
c12a708e
...
...
@@ -42,11 +42,20 @@ See Download Links in the [Release](https://gitlab.kitware.com/LidarView/lidarvi
**Runtime Dependencies:**
*
Python 3.7.10, available as packages
`sudo apt-get install python3.7-dev`
*
Python 3.7.10, not available as packages, you can get it from the 'deadsnakes' ppa:
`sudo add-apt-repository ppa:deadsnakes/ppa`
`sudo apt-get install python3.7-dev`
(If you wish to build Python3.7.10 from the official source instead, see
[
Additional Instructions
](
#python-source
)
)
*
Required packages:
`sudo apt-get install libopengl0`
`sudo apt-get install liblapack3`
`sudo apt-get install libopengl0`
(Note: this package is forward compatible with Ubuntu 20.04 with minor fixes, see
[
Additional Instructions
](
#ubuntu-forward
)
)
### Additional Instructions <a name="additional-instructions"></a>
...
...
@@ -77,15 +86,9 @@ See Download Links in the [Release](https://gitlab.kitware.com/LidarView/lidarvi
*
**Using Ubuntu18.04 package on Ubuntu20.04**
<a
name=
"ubuntu-forward"
></a>
Required Packages:
`sudo apt-get install python3.7-dev`
`sudo apt-get install liblapack3`
`sudo apt-get install libopengl0`
Follow
[
Ubuntu18.04 Instructions
](
#ubuntu18-instructions
)
M
inor libdouble-conversion version compatibility
fix
:
Fix a m
inor libdouble-conversion version compatibility
issue
:
`sudo ln -s /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.3 /usr/lib/x86_64-linux-gnu/libdouble-conversion.so.1`
...
...
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