mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Linux build, more documentation on building from scratch
This commit is contained in:
BIN
doc/GoldenCheetah_2007-01-06_Linux_x86.tgz
Normal file
BIN
doc/GoldenCheetah_2007-01-06_Linux_x86.tgz
Normal file
Binary file not shown.
@@ -9,7 +9,8 @@ OTHER=logo.jpg sample.gp sample.png cpint.gp cpint.png \
|
||||
DISTRIB=GoldenCheetah_2006-12-25_Darwin_powerpc.dmg \
|
||||
GoldenCheetah_2006-09-06_Darwin_powerpc.dmg \
|
||||
GoldenCheetah_2006-09-07_Darwin_powerpc.dmg \
|
||||
GoldenCheetah_2006-09-19_Darwin_powerpc.dmg
|
||||
GoldenCheetah_2006-09-19_Darwin_powerpc.dmg \
|
||||
GoldenCheetah_2007-01-06_Linux_x86.tgz
|
||||
|
||||
all: $(HTML)
|
||||
.PHONY: all clean install
|
||||
|
||||
@@ -14,5 +14,6 @@ utilities, <code>ptdl</code> and <code>ptunpk</code>.
|
||||
Rob Carlsen helped get the serial port version of the PowerTap Pro working
|
||||
with the Keyspan USB-to-serial adaptor. Scott Overfield helped me figure out
|
||||
that we should be using the <code>/dev/cu.*</code> devices instead of the
|
||||
<code>/dev/tty.*</code> ones.
|
||||
<code>/dev/tty.*</code> ones. Aldy Hernandez and Andrew Kruse helped get
|
||||
things working under Linux.
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<!-- $Id: download.content,v 1.6 2006/08/11 20:21:03 srhea Exp $ -->
|
||||
|
||||
Right now Golden Cheetah is available as source code and in binary form for
|
||||
Mac OS X on PowerPC processors. Depending on your operating system, you may
|
||||
need to install the <a
|
||||
href="http://www.ftdichip.com/Drivers/VCP.htm">FTDI virtual COM port driver</a>
|
||||
if you're using the PowerTap's new USB download cradle.
|
||||
Mac OS X on PowerPC processors and Linux on x86 processors. Depending on your
|
||||
operating system, you may need to install the <a
|
||||
href="http://www.ftdichip.com/Drivers/VCP.htm">FTDI virtual COM port
|
||||
driver</a> if you're using the PowerTap's new USB download cradle.
|
||||
|
||||
<p>
|
||||
<font face="arial,helvetica,sanserif">
|
||||
@@ -13,7 +13,11 @@ if you're using the PowerTap's new USB download cradle.
|
||||
|
||||
<p>
|
||||
The Golden Cheetah source code is available via
|
||||
<a href="http://subversion.tigris.org/">Subversion</a>.
|
||||
<a href="http://subversion.tigris.org/">Subversion</a>. You need to install
|
||||
<a href="http://www.trolltech.com/products/qt">QT 4</a> and
|
||||
<a href="http://qwt.sourceforge.net/">qwt-20060130</a> and
|
||||
edit <code>goldencheetah/src/gui/GoldenCheetah.pro</code> to point to them
|
||||
before building GoldenCheetah.
|
||||
Use this command to check out the current version of the repository:
|
||||
|
||||
<pre>
|
||||
@@ -30,13 +34,20 @@ href="http://goldencheetah.org/svn/trunk">here</a>.
|
||||
|
||||
<p>
|
||||
<center>
|
||||
<table width="100%">
|
||||
<table width="100%" cellspacing="10">
|
||||
<tr>
|
||||
<td width="20%"><i>Date</i></td>
|
||||
<td width="30%"><i>File</i></td>
|
||||
<td><i>Description</i></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">Jan 6, 2007</td>
|
||||
<td valign="top"><a href="GoldenCheetah_2007-01-06_Linux_x86.tgz">Linux
|
||||
x86</a></td>
|
||||
<td valign="top">First release for Linux.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td valign="top">Dec 25, 2006</td>
|
||||
<td valign="top"><a href="GoldenCheetah_2006-12-25_Darwin_powerpc.dmg">Mac OS
|
||||
@@ -87,7 +98,7 @@ These are the older, source-only, command-line distributions. I've left them
|
||||
up for historical purposes only; I don't recommend using them.
|
||||
|
||||
<center>
|
||||
<table width="100%">
|
||||
<table width="100%" cellspacing="10">
|
||||
<tr>
|
||||
<td width="20%"><i>Date</i></td>
|
||||
<td width="30%"><i>File</i></td>
|
||||
|
||||
@@ -26,7 +26,7 @@ print<<EOF;
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Golden Cheetah: PowerTap Software for Mac OS X</title>
|
||||
<title>Golden Cheetah: PowerTap Software for Linux and Mac OS X</title>
|
||||
<meta name="keywords" content="powertap mac cycling performance">
|
||||
</head>
|
||||
|
||||
@@ -87,7 +87,7 @@ google_color_text = "000000";
|
||||
Cheetah</font></b></big></big></big>
|
||||
<br>
|
||||
<big><font face="arial,helvetica,sanserif">
|
||||
PowerTap Software for Mac OS X
|
||||
PowerTap Software for Linux and Mac OS X
|
||||
</font></big>
|
||||
<p>
|
||||
</td></tr>
|
||||
|
||||
Reference in New Issue
Block a user