Commit Graph

1920 Commits

Author SHA1 Message Date
Petr Zemek
b950114c1a Unify title casing in README. 2017-12-15 06:07:57 +01:00
Petr Zemek
8bc6e5518f Add a missing requirement for Linux builds into README: libtool. 2017-12-14 16:05:42 +01:00
Petr Zemek
e361fac3c9 Mention that we support only Windows 7 or later.
The reason is that LLVM supports only Windows 7 or later [1]:

    "Since LLVM 3.8, the minimum Windows version required for running LLVM is
    Windows 7. Earlier versions, including Windows Vista and XP are no longer
    supported."

[1] http://releases.llvm.org/3.8.0/docs/ReleaseNotes.html#non-comprehensive-list-of-changes-in-this-release
2017-12-14 15:02:24 +01:00
Petr Zemek
7aa5a8cb0e Add more Linux build requirements into README. 2017-12-14 15:02:01 +01:00
Petr Zemek
c2e98601fc Update build requirements in README. 2017-12-14 10:42:26 +01:00
Petr Zemek
77845552a2
Merge pull request #22 from Manouchehri/README-apt
Added apt-get packages
2017-12-14 10:11:08 +01:00
David Manouchehri
877ded1902
Added apt-get command. 2017-12-13 20:26:13 -05:00
Petr Zemek
4409bed3f5 Improve the wording of the warning in README concerning system-wide installations.
The original warning is from commit c1206a65cf.
2017-12-13 19:14:16 +01:00
Petr Zemek
03ea29a27f When installing the decompiler, do not remove the entire share directory (#12).
Remove only the subdirectories and files that are used by RetDec. This should
reduce the chance of unintentionally removing system directories when RetDec is
accidentally installed on Linux into e.g. `/usr` as the `arm`, `generic`, and
`x86` directories are not commonly used by Linux distributions.

Nevertheless, as mentioned in our README, until our build system properly
supports system-wide installations, RetDec should to be installed into a clean,
dedicated directory.
2017-12-13 19:08:53 +01:00
Peter Matula
c1206a65cf readme: add warning about installation. 2017-12-13 16:18:07 +01:00
Petr Zemek
bfe50921f1 Unify spaces vs tabs in scripts.
We generally use tabs in scripts, so be consistent.
2017-12-13 14:11:23 +01:00
Petr Zemek
6fef1f21eb Fix the position of ';;' in a case statement in install-share.sh.
We should put it on the same level as the statement.
2017-12-13 14:02:39 +01:00
Petr Zemek
e6491fccc9 Improve OS type detection when running install-share.sh during make install.
We need to also include e.g. "WindowsNT" and "CYGWIN_NT".
2017-12-13 14:00:49 +01:00
Petr Zemek
b19112dc8d Remove useless OS type detection from config.sh (#10).
The OS type detection is no longer used anywhere, so we can remove it.
2017-12-13 11:52:59 +01:00
Petr Zemek
a75a44fd18 Add CHANGELOG. 2017-12-13 07:21:04 +01:00
Petr Zemek
c42dfb144b Add links to pre-built Windows packages into README (v3.0). 2017-12-13 06:41:36 +01:00
Petr Zemek
b1ede30a92 Mention that Windows users need to install MSVC 2015 redistributable in README. 2017-12-12 19:09:50 +01:00
Petr Zemek
fb6e196fa5 Improve build, installation, and use in README. 2017-12-12 19:03:40 +01:00
Petr Zemek
4369806223 Fix the heading in README.
The first heading should be h1, not h2.
2017-12-12 18:20:08 +01:00
Petr Zemek
d9230cbc94 Initial commit. 2017-12-12 18:05:30 +01:00