Page 1 of 1

Non Ports Software

Posted: Fri Jul 17, 2020 1:32 am
by jonathanstier
I am trying to install a program called KITscenarist. I downloaded the .rpm version. I don't know how to install it though. I was going to install rpm4 from ports, but I couldn't figure out how. any help will be much appreciated.

Re: Non Ports Software

Posted: Fri Jul 17, 2020 2:44 pm
by jonathanstier
So, I've gotten through the rpm install instructions. Now, I just don't know where and how to use

Code: Select all

make
make install

Re: Non Ports Software

Posted: Wed Jul 22, 2020 7:29 pm
by ericbsd
To install ports
sudo pkg install ports
To install ports when you did cd in /usr/ports/<origin>/<software>

Code: Select all

sudo make install clean
is the best way to compile a port