Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
0801b3f4
Commit
0801b3f4
authored
Jun 11, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: check for Boost
parent
657f00fe
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
1 deletion
+6
-1
INSTALL
INSTALL
+2
-0
Makefile.am
Makefile.am
+1
-1
configure.ac
configure.ac
+2
-0
user.xml
doc/user.xml
+1
-0
ax_boost_base.m4
m4/ax_boost_base.m4
+0
-0
No files found.
INSTALL
View file @
0801b3f4
...
...
@@ -16,6 +16,8 @@ gcc 4.6 or later - http://gcc.gnu.org/
clang 3.2 or later - http://clang.llvm.org/
Any other C++11 compliant compiler should also work.
Boost 1.46 - http://www.boost.org/
GLib 2.28 - http://www.gtk.org/
General-purpose utility library.
...
...
Makefile.am
View file @
0801b3f4
ACLOCAL_AMFLAGS
=
-I
m4
AUTOMAKE_OPTIONS
=
foreign 1.11 dist-xz subdir-objects
AM_CPPFLAGS
+=
-I
$(srcdir)
/src
$(GLIB_CFLAGS)
AM_CPPFLAGS
+=
-I
$(srcdir)
/src
$(GLIB_CFLAGS)
$(BOOST_CPPFLAGS)
AM_CPPFLAGS
+=
-DSYSTEM_CONFIG_FILE_LOCATION
=
'"
$(sysconfdir)
/mpd.conf"'
...
...
configure.ac
View file @
0801b3f4
...
...
@@ -630,6 +630,8 @@ dnl ---------------------------------------------------------------------------
dnl Mandatory Libraries
dnl ---------------------------------------------------------------------------
AX_BOOST_BASE([1.46],, [AC_MSG_ERROR([Boost not found])])
AC_ARG_ENABLE(icu,
AS_HELP_STRING([--enable-icu],
[enable libicu for Unicode (default: enabled)]),,
...
...
doc/user.xml
View file @
0801b3f4
...
...
@@ -105,6 +105,7 @@ apt-get install g++ automake autoconf \
libsqlite3-dev \
libsystemd-daemon-dev libwrap0-dev \
libcppunit-dev xmlto \
libboost-dev \
libglib2.0-dev
</programlisting>
...
...
m4/ax_boost_base.m4
0 → 100644
View file @
0801b3f4
This diff is collapsed.
Click to expand it.
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