lmkaengineer.blogg.se

Readium chrome
Readium chrome







readium chrome

Note that in some cases, administrator rights may be needed in order to install dependencies, because of NPM-related file access permissions (the console log would clearly show the error). OR: yarn run prepare:yarn:all (to use Yarn instead of NPM for node_module management).npm run prepare:all (to perform required preliminary tasks, like patching code before building).(repeat for each repository / submodule) Source tree preparation git checkout `git for-each-ref -format="%(refname:short) %(objectname)" 'refs/heads/' | grep $(git rev-parse HEAD) | cut -d " " -f 1` to ensure that Git checks-out actual branch names (as by default Git initializes submodules to match their registered Git SHA1 commit, but in detached HEAD state).for remote in `git branch -r | grep -v \> | grep -v master` do git branch -track $ $remote done to ensure that all Git 'origin' remotes are tracked by local branches.TravisCI) - the commands below automate the remote/origin tracking process (this requires a Bash-like shell): git checkout BRANCH_NAME & git submodule foreach -recursive "git checkout BRANCH_NAME" (or simply cd inside each repository / submodule, and manually enter the desired branch name: git checkout BRANCH_NAME) Git should automatically track the corresponding branch in the 'origin' remote.Īdvanced usage (e.g.git submodule update -init -recursive to ensure that the readium-js-viewer chain of dependencies is initialised (readium-js, readium-shared-js).git clone -recursive -b BRANCH_NAME readium-js-viewer (replace "BRANCH_NAME" with e.g.NodeJS ( ) v4+ (Note that NodeJS v6+ and NPM v3+ are now supported, including NodeJS v7+ and NPM v4+).On Windows, GitBash works great ( or or ), and optionally Cygwin adds useful commands ( ). Please see for more information about the underlying rendering engine. This Readium software component implements the Readium Chrome extension / app for offline reading ( ),Īnd the "cloud reader" for online e-books ( is the deployment URL for automated builds from the develop branch, links to the latest app release from the master branch). readium-js-viewerĮPUB reader written in HTML, CSS and Javascript.

readium chrome

Note: Please don't use the zip download feature on this repo as this repo uses submodules and this is not supported at present by github and will result in an incomplete copy of the repo.









Readium chrome