Closed brenocq closed 2 years ago
To install multiple version, files are installed to:
/usr/local/share/atta-X.X.X.X/
/usr/local/lib/atta-X.X.X.X/
/usr/local/include/atta-X.X.X.X/atta/
/usr/local/include/atta-X.X.X.X/extern/
/usr/lib/bin/atta
/usr/lib/bin/atta-X.X.X.X
/usr/lib/bin/atta_test
/usr/lib/bin/atta_test-X.X.X.X
This way the default atta program will be the last installed (overwriting atta
executable), but it is also possible to run older versions
Is your feature request related to a problem? Please describe. It is only possible to install one atta version in the computer right now, which can be bad if we have projects that were developed in different versions.
Feature description Now we can only install one version of atta, but we should be able to install multiple versions in the same machine because they may be incompatible between each other, and we may want to install another version to run a specific project.
Tasks
/usr/local/include/atta-0.0.3.0/
/usr/local/include/atta-0.0.3.0/extern
/usr/local/share/atta-0.0.3.0/
/usr/local/bin/atta-0.0.3.0
and/usr/local/bin/atta
find_package(atta 0.0.3.0 REQUIRED)
Ideas for the future
/usr/bin/atta-0.0.3.0
to/usr/bin/atta
)