Skip to content

Commit

Permalink
Update the readme and implicitly git init the submodules if the adium…
Browse files Browse the repository at this point in the history
… directory does not exists
  • Loading branch information
Victor Igumnov committed May 22, 2018
1 parent e24d06d commit cbb7d35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ init:
git submodule update --init

compile:
if [ ! -d "adium" ]; then git submodule update --init; cd adium; make; cd ../; slack-libpurple; make; cd ../; fi
xcodebuild -configuration Release -project "slack4adium.xcodeproj"

clean:
Expand Down
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,10 @@ Thanks

### How to build yourself

1. Checkout this git repository and init submodules
1. Checkout this git repository

`git clone https://github.com/victori/slack4adium.git`
`git submodule update --init`

2. Compile Adium:
2. Compile the Adium plugin:

`cd adium; make`

3. Compile the plugin:

`xcodebuild -configuration Release -project "slack4adium.xcodeproj"`
`make`
2 changes: 1 addition & 1 deletion slack-libpurple

0 comments on commit cbb7d35

Please sign in to comment.