Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ doc/*
obj/*
run/libwired/*
*.o

# Make related
Makefile
configure
config.log
config.status
config.h
config.h.in
config.h.in~
autom4te.cache
12 changes: 12 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ To install Wire, you need the following prerequisites:

These are usually distributed with operating systems.

If compiling from the Git repository, GNU Autotools are also required.

INSTALLATION
============
Expand All @@ -25,6 +26,17 @@ To install Wire, follow these instructions:
tar -xzf wire-X.X.tar.gz
cd wire-X.X.tar.gz

Alternatively, check out the latest source from Github:

git clone https://github.com/nark/wire.git
cd wire
git submodule init
git submodule update

And run the bootstrap script to generate the configure script:

./autogen.sh

2. Run the configuration script:

./configure
Expand Down
132 changes: 0 additions & 132 deletions Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions a.out.dSYM/Contents/Info.plist

This file was deleted.

Binary file removed a.out.dSYM/Contents/Resources/DWARF/a.out
Binary file not shown.
2 changes: 2 additions & 0 deletions bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
autoreconf -vi
118 changes: 0 additions & 118 deletions config.h

This file was deleted.

Loading