EmmyS
EmmyS

Reputation: 12138

How to build project from Github? Instructions inconclusive

I know this isn't technically an issue with Drupal itself, but my question has been languishing on superuser for almost a month, so I was hoping another Drupal user might have already done this...

I'm a drupal developer using Komodo Edit as an IDE. I recently found a project on GitHub that would add autocomplete for the drupal API to Komodo's language options. I've never used git before and I'm confused (the fact that I'm on a Mac and new to that as well isn't helping...) Can anyone help me out?

The build instructions per the project page are:

So I was able to get a clone of the project, but the rest is beyond me. If I were doing this on my home machine running Linux it would be no problem, but the Mac file system is different. Komodo is installed in my Applications directory, but I have no idea where the lib/sdk/and so on is, so how do I complete the next two steps?

I did find the actual installation of Komodo at hardDrive -> Users -> myUser -> Library -> Application Support -> KomodoEdit, but there's no lib/sdk directory anywhere in there. Any ideas?

Upvotes: 3

Views: 4605

Answers (1)

Simon Stender Boisen
Simon Stender Boisen

Reputation: 3431

You can download the xpi directly from http://community.activestate.com/files/drupal-0.4.1-ko.xpi. Now you don't have to build it yourself.

Now go to Preferences / Code Intelligence and add the xpi to the API Catalog.

More information available here: http://community.activestate.com/xpi/drupal-extension-komodo

Upvotes: 1

Related Questions