Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
fe3a734e
Commit
fe3a734e
authored
Mar 27, 2009
by
Jonathan Beck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.
parent
26aa1fe8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
7 deletions
+14
-7
README
README
+14
-7
No files found.
README
View file @
fe3a734e
...
@@ -7,20 +7,23 @@ For:
...
@@ -7,20 +7,23 @@ For:
You must have:
You must have:
libglib2.0-dev
libglib2.0-dev
libxml2-dev
libxml2-dev
cmake
make
make
autoheader
automake
autoconf
gcc
gcc
Optional:
swig
python
To compile run:
To compile run:
./autogen.sh
mkdir build
./configure
cd build
cmake ..
make
make
sudo make install # (if you want to install it into your system directories)
sudo make install # (if you want to install it into your system directories)
On Ubuntu/Debian, you can do:
On Ubuntu/Debian, you can do:
sudo apt-get install build-essential
automake autoconf
\
sudo apt-get install build-essential
cmake
\
libglib2.0-dev libxml2-dev
libglib2.0-dev libxml2-dev
...
@@ -32,8 +35,12 @@ wiki:
...
@@ -32,8 +35,12 @@ wiki:
code:
code:
git clone git://github.com/JonathanBeck/libplist.git
git clone git://github.com/JonathanBeck/libplist.git
tickets:
http://libiphone.lighthouseapp.com/projects/27916-libiphone/tickets?q=all
Please tag libplist related bugs with 'libplist'
mailing list:
mailing list:
http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com
http://lists.mattcolyer.com/listinfo.cgi/iphone-linux-dev-mattcolyer.com
updated:
updated:
200
8-12-12
200
9-03-27
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