Skip to content

Commit b9fc95a

Browse files
Add git to prerequisites in README
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 9be8035 commit b9fc95a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2014-12-12 Anton Kolesov <[email protected]>
2+
3+
* README.md: Add git to prerequisites.
4+
15
2014-12-08 Anton Kolesov <[email protected]>
26

37
* arc-versions.sh: Change Linux version to 3.13.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ ARC GNU tool chain user guide or on the
4141
On Ubuntu 12.04/14.04 LTS you can install those with following command (as root):
4242

4343
# apt-get install texinfo byacc flex libncurses5-dev zlib1g-dev \
44-
libexpat1-dev libx11-dev texlive build-essential
44+
libexpat1-dev libx11-dev texlive build-essential git
4545

4646
On Fedora 17 you can install those with following command (as root):
4747

4848
# yum groupinstall "Development Tools"
4949
# yum install texinfo-tex byacc flex ncurses-devel zlib-devel expat-devel \
50-
libX11-devel
50+
libX11-devel git
5151

5252
GCC depends on the GMP, MPFR and MPC packages, however there are problems with
5353
availability of those packages on the RHEL/CentOS systems (packages has too old

0 commit comments

Comments
 (0)