Skip to content

Configure, make, make install #1136

@miguelpdl

Description

@miguelpdl

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions