Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyzz/acquisition
https://github.com/xyzz/acquisition
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xyzz/acquisition
- Owner: xyzz
- License: gpl-3.0
- Archived: true
- Created: 2014-05-11T20:28:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T15:46:11.000Z (over 5 years ago)
- Last Synced: 2024-08-03T23:06:41.710Z (6 months ago)
- Language: C++
- Homepage: http://get.acquisition.today/
- Size: 3.08 MB
- Stars: 271
- Watchers: 30
- Forks: 100
- Open Issues: 172
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-poe - Acquisition - Inventory management tool. (Tools)
README
# Acquisition [![Build Status](https://travis-ci.org/xyzz/acquisition.svg?branch=master)](https://travis-ci.org/xyzz/acquisition) [![Build status](https://ci.appveyor.com/api/projects/status/yutua4cn9cjv6wym?svg=true)](https://ci.appveyor.com/project/xyzz/acquisition)
Acquisition is an inventory management tool for [Path of Exile](https://www.pathofexile.com/).
It is written in C++, uses Qt widget toolkit and runs on Windows and Linux.
Check the [website](http://get.acquisition.today) for screenshots and video tutorials. You can download Windows setup packages from [the releases page](https://github.com/xyzz/acquisition/releases).
## Compiling/developing Acquisition
### Windows
On Windows you can use either Visual Studio or MinGW version of Qt Creator. Alternatively you can also use Visual Studio with Qt Add-in.
### Linux
Either open `acquisition.pro` in Qt Creator and build or do `qmake && make`.
## Command line arguments
`--data-dir `: set the path where Acquisition should save its data. By default it's `%localappdata%\acquisition` on Windows and `~/.local/share/acquisition` on Linux.
`--test`: run tests. Zero exit code on success, other values indicate errors.