Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build instructions #15

Closed
erikvold opened this issue Jun 23, 2011 · 4 comments
Closed

Build instructions #15

erikvold opened this issue Jun 23, 2011 · 4 comments
Milestone

Comments

@erikvold
Copy link

I don't see any notes on how to build this, how does one build this?

@gkoberger
Copy link
Owner

I'll write up some actually documentation asap-- I guess I just assumed nobody would want to :)

In the meantime, I think this should work:

  1. Check out https://github.com/gkoberger/omnium
  2. Check out https://github.com/gkoberger/BugzillaJS inside omnium's base directory
  3. Run "python builder.py [folder name of bugzillajs]" from omnium's base directory

It's OSX only right now, and probably has a few dependencies. If it doesn't work, find me on IRC (gkoberger) and I can try to help you out.

@rik
Copy link
Collaborator

rik commented Jun 24, 2011

For omnium, you need to checkout submodules so do this also:
1a)git submodule init
1b)git submodule update

Be sure to checkout BugzillaJS as a lowercase directory
2) 'git clone git://github.com/gkoberger/BugzillaJS.git bugzillajs' for example.

@gkoberger
Copy link
Owner

Complete, working build instructions are now in the README:

https://github.com/gkoberger/bugzillajs

I made a few changes today so that it actually works. If you tried to do it before now, it wouldn't have worked-- so try again!

If you have any patches, I'd be happy to accept them!

@rik
Copy link
Collaborator

rik commented Jul 7, 2011

Nice, it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants