mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 13:10:04 -05:00
Merge branch 'master' of https://mfeemster@bitbucket.org/mfeemster/fractorium.git
This commit is contained in:
commit
562ab9b01a
@ -4,6 +4,15 @@ These are instructions for publishing a Linux deb package. It can be built local
|
||||
|
||||
## Summary
|
||||
|
||||
|
||||
Starting with a fresh clone from bitbucket.org. It will not work unless it's totally fresh:
|
||||
|
||||
```
|
||||
$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||
$ cd fractorium
|
||||
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
||||
```
|
||||
|
||||
### Building a `.deb` locally
|
||||
|
||||
Update `debian/changelog` with a new log message. Update version number. Use the time from `date -R`.
|
||||
@ -49,14 +58,6 @@ link to the `.deb` from "Package Details".
|
||||
|
||||
## Narrative
|
||||
|
||||
Starting with a fresh clone from bitbucket.org. It will not work unless it's totally fresh:
|
||||
|
||||
```
|
||||
$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||
$ cd fractorium
|
||||
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
||||
```
|
||||
|
||||
Test that the package creator script:
|
||||
|
||||
`package-linux.sh` with no arguments builds a signed source for the Launchpad PPA.
|
||||
|
@ -9,7 +9,7 @@ of the cuburn algorithm in OpenCL.
|
||||
|
||||
## Windows
|
||||
|
||||
Download: [Fractorium_1.0.0.3.msi](https://drive.google.com/file/d/0Bws5xPbHJph6cFhON1FPYXpTVDQ/view?usp=sharing)
|
||||
Download: [Fractorium_1.0.0.4.msi](https://drive.google.com/file/d/0Bws5xPbHJph6aXdtX0k3eFFTQWs/view?usp=sharing)
|
||||
|
||||
## Mac
|
||||
|
||||
@ -35,11 +35,11 @@ sudo apt-get install fractorium
|
||||
|
||||
### Install from .deb
|
||||
|
||||
Download: [fractorium_1.0.0.3-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_1.0.0.3-0ubuntu1_amd64.deb)
|
||||
Download: [fractorium_1.0.0.4-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_1.0.0.4-0ubuntu1_amd64.deb)
|
||||
|
||||
```
|
||||
cd ~/Downloads
|
||||
sudo dpkg -i fractorium_1.0.0.3-0ubuntu1_amd64.deb
|
||||
sudo dpkg -i fractorium_1.0.0.4-0ubuntu1_amd64.deb
|
||||
```
|
||||
|
||||
# Building from git
|
||||
|
Loading…
Reference in New Issue
Block a user