comparison INSTALL @ 757:8aa2a199d6e3

INSTALL: better explain how to create the pyjsbuild symlink (Fabien)
author souliane <souliane@mailoo.org>
date Tue, 24 Nov 2015 16:08:48 +0100
parents 9ad1a551c26d
children c3358ea316e5
comparison
equal deleted inserted replaced
756:9ad1a551c26d 757:8aa2a199d6e3
55 55
56 * to install Libervia using setuptools, the pyjsbuild executable should be accessible 56 * to install Libervia using setuptools, the pyjsbuild executable should be accessible
57 from your environment variable "PATH". The easiest would be: 57 from your environment variable "PATH". The easiest would be:
58 58
59 cd pyjamas 59 cd pyjamas
60 sudo ln -sf bin/pyjsbuild /usr/bin/pyjsbuild 60 sudo ln -sf `pwd`/bin/pyjsbuild /usr/bin/pyjsbuild
61 61
62 * clone libervia repository: 62 * clone libervia repository:
63 63
64 hg clone http://repos.goffi.org/libervia 64 hg clone http://repos.goffi.org/libervia
65 65