-
Notifications
You must be signed in to change notification settings - Fork 15
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
Installation instructions are missing a step #2
Comments
You're supposed to run the make links script actually.
|
My bad. I skipped straight to the "Instructions for loading/testing" section and missed that. |
I ran the make links script and I think the /lib/modules folder needs to be added to it? |
makelinks.sh should hardlink all files from lib/* and lib/modules/* to each browser's directory -- note that there's an update to makelinks.sh i made recently because of the new split... I copied it over from RES, though, so it's possible it needs an edit or two, I'll try and test later! |
I used the bat file since i am on windows, i'll take a look at the sh and see if i can understand it. |
ahh, sorry, I haven't updated the bat file yet -- you're right, those files need to be added... or ideally I should re-jog my memory on doing more worthwhile things with BAT files (I'm sure I can replicate the way makelinks.sh works)... I just haven't had time.. my apologies for the confusion! |
Take a look at my pull request for the bat, Just be aware that i have not tested it on anything but chrome. Also on the bat file what is the files=() for at the top? |
To install the extension in Chrome I had to move the js files into the Chrome folder since all of the paths in the manifest file are relative.
The text was updated successfully, but these errors were encountered: