-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
Description
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.
Reactions are currently unavailable