This is an enhancement feature request.
The current process to build the IRATI Stack is
sudo ./configure --prefix ~/install
sudo make install
But the process should be
./configure --prefix ~/install
make
sudo make install
Now I (think) I know why the build is done like this. The configure actually builds and installs librina so that when it comes to rinad it has librina in place. But is there another way to complete this in a neat way.
This should be investigated.
This is an enhancement feature request.
The current process to build the IRATI Stack is
But the process should be
Now I (think) I know why the build is done like this. The
configureactually builds and installs librina so that when it comes to rinad it has librina in place. But is there another way to complete this in a neat way.This should be investigated.