Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
7113ba07
Commit
7113ba07
authored
Sep 20, 2016
by
Dylan William Hardison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small improvement to README
parent
307dce72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
README.rst
README.rst
+12
-2
No files found.
README.rst
View file @
7113ba07
...
@@ -19,8 +19,18 @@ modules, including make(1) and a C compiler.
...
@@ -19,8 +19,18 @@ modules, including make(1) and a C compiler.
For Developers
For Developers
--------------
--------------
If you have the `cpanm <https://github.com/miyagawa/cpanminus#installation>`__ script in your $PATH,
Debian/Ubuntu users: you probably need to run the following:
Bugzilla can be up and running in three commands.
.. code-block:: bash
sudo apt-get install git perl cpanminus build-essential libexpat-dev libssl-dev
CentOS / Fedora users:
.. code-block:: bash
sudo yum group install -y "Development tools"
sudo yum install -y perl-App-cpanminus
After that, you should run the following command from a git clone of this repository:
.. code-block:: bash
.. code-block:: bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment