+ installation via `make install'
Esse commit está contido em:
+14
@@ -0,0 +1,14 @@
|
||||
In order to install Ino from source tarball run:
|
||||
|
||||
make install
|
||||
|
||||
By default Ino is installed into `/usr/local'. You can change this by setting
|
||||
PREFIX or DESTDIR variables.
|
||||
|
||||
* DESTDIR changes file system root (`/' by default)
|
||||
* PREFIX sets installation prefix (`/usr/local` by default).
|
||||
|
||||
Examples:
|
||||
|
||||
* make install DESTDIR=~/ino
|
||||
* make install PREFIX=/usr
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
|
||||
DESTDIR=/
|
||||
PREFIX=/usr/local
|
||||
|
||||
all:
|
||||
@# do nothing yet
|
||||
|
||||
doc:
|
||||
$(MAKE) -f doc/Makefile html
|
||||
|
||||
install:
|
||||
python setup.py install --root $(DESTDIR) --prefix $(PREFIX) --exec-prefix $(PREFIX)
|
||||
|
||||
.PHONY : doc
|
||||
+9
-8
@@ -40,16 +40,17 @@ Features
|
||||
Installation
|
||||
============
|
||||
|
||||
With python setup tools::
|
||||
|
||||
$ sudo pip install ino
|
||||
# ... or ...
|
||||
$ sudo easy_install ino
|
||||
From source:
|
||||
|
||||
Or clone from GitHub::
|
||||
* `Download latest source tarball <http://pypi.python.org/pypi/ino/#downloads>`_
|
||||
* Or clone it from GitHub: ``git clone git://github.com/amperka/ino.git``
|
||||
* Do ``make install`` to perform installation under ``/usr/local``
|
||||
* Or see ``INSTALL`` for instructions on changing destination directory
|
||||
|
||||
$ git clone git://github.com/amperka/ino.git
|
||||
$ export PATH=`pwd`/ino/bin
|
||||
With Python setup tools:
|
||||
|
||||
* Either ``pip install ino``
|
||||
* Or ``easy_install ino``
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@ ino_package_data = gen_data_files('ino', 'make') + gen_data_files('ino', 'templa
|
||||
|
||||
setup(
|
||||
name='ino',
|
||||
version='0.1.10',
|
||||
version='0.1.11',
|
||||
description='Command line toolkit for working with Arduino hardware',
|
||||
long_description=readme_content,
|
||||
author='Victor Nakoryakov, Amperka Team',
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário