We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffe096 commit 06de351Copy full SHA for 06de351
README.md
@@ -152,10 +152,6 @@ $ git clone ... && cd mamonsu && make deb && dpkg -i mamonsu*.deb
152
$ yum install make rpm-build python3-devel python3-setuptools
153
$ git clone ... && cd mamonsu && make rpm && rpm -i mamonsu*.rpm
154
```
155
-**Build repository, *./packaging/repo/gnupg* and *./packaging/repo/rpmmacros* must be provided by caller:**
156
-```shell
157
-$ make -j2 build/all && make -j1 repo/all
158
-```
159
**Build win32 exe:**
160
```shell
161
$ git clone ... && cd mamonsu && py setup_win32.py py2exe
0 commit comments