mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-12-26 10:09:56 +05:30
updated install guide for Fedora in README.md
systemd-resolved is used by default, so there is no need to install it in rawhide.
This commit is contained in:
parent
65e1906753
commit
3b3644e107
21
README.md
21
README.md
@ -89,30 +89,27 @@ Now follow the instructions in the
|
||||
|
||||
### Fedora
|
||||
|
||||
naxalnet is not packaged for Fedora, so it should be installed
|
||||
manually. naxalnet requires atleast systemd v248 which is only
|
||||
available on **Fedora 34 and above**. Install the build dependencies:
|
||||
naxalnet is not packaged for Fedora, so it should be installed manually.
|
||||
naxalnet requires atleast systemd v248 which is only available on **Fedora
|
||||
34 and above**. python-setuptools support building rpms, which are the
|
||||
preferred way of installing software in Fedora. Follow the steps to
|
||||
install naxalnet on Fedora:
|
||||
|
||||
```sh
|
||||
# systemd-resolved may be required for rawhide
|
||||
sudo dnf install python3-setuptools make
|
||||
# Install the build requirements
|
||||
sudo dnf install python3-setuptools make git
|
||||
|
||||
```
|
||||
|
||||
Now clone the repo, build and install and you are ready to go.
|
||||
|
||||
```sh
|
||||
# Clone the repo
|
||||
git clone https://git.disroot.org/pranav/naxalnet.git
|
||||
cd naxalnet
|
||||
|
||||
# Create an installable rpm from the source code
|
||||
make rpm
|
||||
|
||||
# Now install it.
|
||||
sudo dnf install dist/naxalnet-$(python3 -m setup --version)-1.noarch.rpm
|
||||
```
|
||||
|
||||
Now head over to the [next section][install-manual] to install naxalnet.
|
||||
|
||||
### Manually
|
||||
|
||||
Verify that the [requirements][] are of required versions.
|
||||
|
Loading…
Reference in New Issue
Block a user