projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5199e02
)
INSTALL: add some notes for about dependencies
author
Antonio Ospite <ao2@ao2.it>
Thu, 15 Mar 2018 08:00:03 +0000
(09:00 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 16 Mar 2018 11:46:53 +0000
(12:46 +0100)
INSTALL
patch
|
blob
|
history
diff --git
a/INSTALL
b/INSTALL
index
489087a
..
7c9ccc1
100644
(file)
--- a/
INSTALL
+++ b/
INSTALL
@@
-2,11
+2,17
@@
The recommended way to install tweeper globally is to install all its files
under /usr/share/php/tweeper and then make a symlink to the wrapper script
"tweeper" under /usr/bin
under /usr/share/php/tweeper and then make a symlink to the wrapper script
"tweeper" under /usr/bin
+NOTES FOR PACKAGERS
+
+Even though the php json extensions are used, namely json_decode(), a direct
+dependency on php-json is not usually strictly necessary, because (at least on
+Debian) php-cli already depends on it.
+
Tweeper depends on php-symfony-serializer which is used to convert json to xml
for some sites which provide the timeline data in json rather than in directly
transformable html.
Tweeper depends on php-symfony-serializer which is used to convert json to xml
for some sites which provide the timeline data in json rather than in directly
transformable html.
-
NOTE: Tweeper also depends indirectly on php-symfony-property-access becaus
e
-the code relies on the ObjectNormalizer class which requires the
-
PropertyAccess
component, see
+
Tweeper also depends (indirectly) on php-symfony-property-access because th
e
+code relies on the ObjectNormalizer class which requires the PropertyAccess
+component, see
http://symfony.com/doc/current/components/serializer.html#installation
http://symfony.com/doc/current/components/serializer.html#installation