FePhyFoFum / phyx

phylogenetics tools for linux (and other mostly posix compliant) computers
blackrim.org
GNU General Public License v3.0
111 stars 17 forks source link

How to install phyx on linux without root access ? #169

Open Galaxy-228 opened 2 years ago

josephwb commented 2 years ago

By default it installs deep in the system (hence, root access). You can instead install it somewhere else that does not require such privileges. Normally this is your home directory. Try this:

make distclean
autoreconf -fi
./configure --prefix=$HOME
make
make check
make install

HTH.

Galaxy-228 commented 2 years ago

Thank u so much!!! I have tried 'make distclean ....' , but it doesn't work in my server . Is there anything wrong if I install with Conda ? (Version:phyx = 1.1).

josephwb commented 2 years ago

What happens if you skip the make distclean step. It should still work.

I would recommend communicating with the administrator to get the most recent version installed (v1.3).

josephwb commented 10 months ago

Can I close this @Galaxy-228?

Galaxy-228 commented 10 months ago

Thanks for reply. Please close the issue. Thanks so much.