OpenDroneMap / LiveODM

Live DVD/USB ISO with ODM, node-ODM and WebODM pre-installed.
Mozilla Public License 2.0
49 stars 11 forks source link

LiveODM in an server with unsupported processor #14

Closed chemlabros closed 2 years ago

chemlabros commented 2 years ago

Hi there. I have installed LiveODM in a server with a xeon processor (proliant g5 server). The processor lacks some basic features and webodm is installed with liveodm nativelly (no docker). I have seen this great post which explains how to change values from nahalem to native in docker node_odm_container. This approach works in a docker installation. How can I do this in a liveODM (native install)?

chemlabros commented 2 years ago

Never mind. For everyone interested:

  1. Installed liveodm in a proliant G5 server with a XEON processor (it is unsupported)
  2. followed the instructions on the above post to compile the sources again with "native" instead of "nehalem" with the script configure.sh from the /code folder
  3. WebODM is running as expected

installed latest version of g++ cd /code cd docker nano g++ changed nehalem to native nano gcc changed nehalem to native cd … bash configure.sh reinstall