meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
organicmaps [2022/11/16 04:56]
boroli add compile from source
organicmaps [2023/03/04 19:10] (current)
boroli Add -es Option
Line 10: Line 10:
 ====  Phone Compatibility ==== ====  Phone Compatibility ====
  
- of 5 Points, currently ​doesn'​t ​start because of a QWayland error.+ of 5 Points, currently ​needs to start with -es2 Option and compiled from sources, as described below
  
 ====  How to install ==== ====  How to install ====
Line 74: Line 74:
  
 There was an error with some boost libraries during the ''​./​configure''​ stage. As a solution, you need to clone also all submodules (there is most likely a much better solution, by utilising existing boost packages from debian.) There was an error with some boost libraries during the ''​./​configure''​ stage. As a solution, you need to clone also all submodules (there is most likely a much better solution, by utilising existing boost packages from debian.)
 +
 +As long as this [[https://​github.com/​organicmaps/​organicmaps/​pull/​2947 | PR isn't merged,]] you may want to use the [[https://​github.com/​Ferenc-/​organicmaps/​tree/​wayland_es2 | wayland_es branch from here]] instead the master branch.
  
 <​code>​ <​code>​
Line 119: Line 121:
 </​code>​ </​code>​
  
-Finally ​run Organicmaps with (currently ​for the very first start, it will ask to accept the Copyright and ask to Download the worldmap ​- then it will crash phosh. For the second startup, it will show the same error messages as with the flatpak package)+Finally ​start Organicmaps with the cs2 Option ​(for the very first start, it will ask to accept the Copyright and ask to Download the worldmap)
  
 <​code>​ <​code>​
-~/​omim-build-release/​OMaps+~/​omim-build-release/​OMaps ​-es2
 </​code>​ </​code>​
 +
 +If you get the following error message regarding copyright file
 +<​code>​
 +File copyright.html doesn'​t exist in the scope wrf
 +</​code>​
 +
 +just make a symbolic link in the home directory:
 +<​code>​
 +ln -s omim-build-release organicmaps
 +</​code>​
 +
 +Please feel free to add, how to avoid those hard coded paths. For now it's a very q'​n'​d solution, but at least OMaps starts for now. Nevertheless,​ I get random segfaults while using it.
  
 === Repo === === Repo ===