Anton Kochkov
70cef2c1af
More R2/Radare -> Rizin renames ( #2516 )
2020-12-16 11:59:23 +01:00
optizone
d35bed54a3
Shellcheck on build.sh ( #1534 )
2019-05-15 10:02:48 +02:00
optizone
378e94912a
Improve build.sh script ( #1512 )
2019-05-14 07:57:43 +02:00
Florian Märkl
1cb314d674
Add crash handling system using Breakpad ( #1439 )
2019-04-09 09:44:44 +02:00
Andrew D'Addesio
b3e27f713b
build.sh: Check for lrelease-qt5 ( #1396 )
...
On Fedora 29, lrelease is named lrelease-qt5.
2019-03-27 09:16:48 +01:00
Florian Märkl
1710829267
Remove Jupyter Integration ( #1398 )
...
* Remove Jupyter Integration
Replaced by https://github.com/radareorg/cutter-jupyter
* Remove duplicate vars in .appveyor.yml
2019-03-25 21:43:00 +01:00
nullableVoidPtr
2b6e28d488
Clean build.sh and add install choice ( #1000 )
...
* Fixed build.sh constantly updating r2 and added *BSD support
* Seperate build.sh into functions and allow for installing the build.
2018-12-14 12:47:49 +01:00
nullableVoidPtr
984681700b
Fixed build.sh constantly updating r2 and added *BSD support ( #994 )
...
* Fixed build.sh constantly updating r2 and added *BSD support
2018-12-13 13:23:03 +01:00
Itay Cohen
3c78586438
Add -p to mkdir ( #971 )
2018-11-29 10:16:52 +01:00
xarkes
5e11618a0b
Fixed build.sh QMAKE_CONF option ( #963 )
2018-11-25 23:01:24 +01:00
optizone8
dd4a566408
Added translations ( #848 )
2018-10-31 17:07:52 +01:00
xarkes
f2dab2d198
Bashim
2018-05-25 14:12:20 +02:00
Abdel-Rahman A
b2c52a9aee
build.sh: Check for qmake-qt5 ( #434 )
2018-04-10 08:52:08 +02:00
xarkes
00a1f86bba
Adjust build.sh error message
2018-03-17 00:41:43 +01:00
Florian Märkl
98ea17c85a
Make CUTTER_ENABLE_* individual vars in qmake
2018-03-16 18:37:38 +01:00
Marcus Müller
bf72e4c2b7
build.sh: when asking for user confirmation, accept y, Y, default ( #389 )
...
Old behaviour was only to accept "Y". The prompt suggested, however,
that "y" was the default behaviour, so accepting "return" as
confirmation of that choice is the sane behaviour with least user
experience disruption.
2018-03-11 19:41:34 +01:00
Marcus Müller
624cb8c99c
build.sh: check for existence of qmake, don't call it with wrong opts ( #388 )
...
This fixes #387 .
Formerly, `qmake --help` was called, and the return value was checked
for being 0, but `--help` is not a valid option in any of my qmakes.
`-help` would be correct, but even with that, qmake returns a non-zero
value.
So, simply replaced that with a check for the existence of the qmake
executable.
2018-03-11 19:40:49 +01:00
xarkes
93be7f4907
Easier build instructions
2018-03-06 17:50:09 +01:00