Opened at 2008-10-03T18:29:09Z
Closed at 2009-01-22T21:57:27Z
#526 closed enhancement (fixed)
simplify install.html so that it doesn't require GNU make
Reported by: | zooko | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | packaging | Version: | 1.2.0 |
Keywords: | Cc: | cgalvan | |
Launchpad Bug: |
Description
Our docs/install.html presently says, in sum:
1. Install g++, GNU make, and Python 2. Run "make" 3. Run "make test" 4. Run "./bin/tahoe"
This ticket is to simplify this to say:
1. Install g++ and Python 2. Run "python ./setup.py build_tahoe" 3. Run "python ./setup.py trial" 4. Run "./bin/tahoe"
Here is the end of the recent discussion about this on the mailing list: http://allmydata.org/pipermail/tahoe-dev/2008-September/000802.html
What that says is that bugs like #455 are preventing this new simpler recipe from working.
Change History (1)
comment:1 Changed at 2009-01-22T21:57:27Z by cgalvan
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
The install.html has been updated as indicated in the ticket description so this ticket can be closed.