I downloaded a tar of Ovito, now I don't how to continue. The principal idea is to place this in /opt, but is this a good idea? The directory structure is like the following
ovito-2.9.0-x86_64
├── bin
│ ├── ovito
│ ├── ovitos
│ └── qt.conf
├── CHANGELOG.txt
├── include
│ └── python3.5m
├── lib
│ ├── ovito
│ └── python3.5
├── LICENSE.txt
├── README.txt
└── share
└── ovito
And my doubt is: Is it a good idea place the content of ovito-2.9.0-x86_64/bin in /bin, the content of ovito-2.9.0-x86_64/include in /usr/include, and so on.
This is a childishness but I need an something like a standard procedure to install the program.