Commit Graph

46 Commits

Author SHA1 Message Date
Alexandru Bagu 4640da987a Fix readme for mingw 2023-05-04 12:56:16 +02:00
Alexandru Bagu 0f486cd7a9 add mingw build example 2023-05-04 12:56:16 +02:00
akallabeth 5a20beb25c [documentation] add overall building/dependency info 2023-03-15 09:42:52 +01:00
Bernhard Miklautz 58d9fc5f5b new: add some basic documentation about version dectction 2022-03-07 13:39:49 +01:00
Richard Markiewicz 49f9f5c265 freerdp: remove SetFormat from iOS rdpsnd entry points, fix const-ness of interface methods 2021-12-16 08:49:49 +01:00
Robin fce3acbed9 Update README.android
- CMake should be used from Android SDK. Personally I had issues using CMake from my OS (Ubuntu)
- minimum version of Android NDK must be 15c, as build target API level 26 is not supported on earlier releases
- removed ABIs that are unsupported in recent NDK and also not build by default

@akallabeth thank you for pointing out that I was using the wrong CMake version.
2020-12-08 14:11:42 +01:00
Armin Novak fff22f027b Removed DirectFB client as it is unmaintained
DirectFB support was in search of a maintainer for ages and
no longer compiles.
Since nobody stepped up get rid of this unused code once and for all.
2018-11-22 14:40:19 +01:00
Armin Novak 6a2d49e0ed Simplified timezone update handling:
* Fix #4965: Adjusted the timezone update script to initialize
  structs properly.
* Updated the scripts to generate the files directly
* Added a small HOWTO
* Split zone information to separate files to allow automatic
  update without further manual editing.

Create a timezone.c file that does conform to C rules.
2018-11-07 14:46:24 +01:00
Csaba Toth 04a626510e
Documentation copy-paste error fix when referring to the Android 64 bit config 2017-12-16 11:37:32 -08:00
Bernhard Miklautz fe36cd90ea macOS: add a README file
Add a README file containing some notes about building FreeRDP on macOS
related to openssl.
2017-09-23 14:14:06 +02:00
Armin Novak 62544e0b8a Added android release build configurations. 2017-01-16 15:25:20 +01:00
Norbert Federa ab0408ae5e ctest for int format specifiers and usage doc 2016-12-16 14:20:30 +01:00
Armin Novak ea41084281 Updated build tools and readme for android. 2016-12-02 12:04:53 +01:00
Sebastian Geiger d1c7843ac3 docs: Make doxygen silent 2016-07-17 23:11:15 +02:00
Armin Novak 8e552e20a9 Updated readme for android. 2016-06-06 11:34:13 +02:00
Armin Novak b8106a1a62 Updated documentation and default build config. 2016-02-01 16:01:32 +01:00
Bernhard Miklautz 34c707304b wlog: change variable naming and fix documentation
* change State to active and make it BOOL since it's only got two
  used values
* fix some typos in the documentation
2015-11-10 12:05:23 +01:00
Bernhard Miklautz 59cc6c4117 wlog: add some rudimentary documentation 2015-11-09 20:30:23 +01:00
Bernhard Miklautz 749d93ae39 client/android: misc updates and fixes
* increase minimum required SDK to 14
* change functions from void to BOOL where required to have proper
  return values
* update the JAVA classes and JNI accordingly
* add return value checks for *alloc and strdup
2015-06-22 19:10:00 +02:00
Bernhard Miklautz 1918b697c2 ios: update openssl build script
* remove patch - not required anymore
* add support for arm64 and x86_64 openssl builds
* update documentation
2015-06-09 13:02:44 +02:00
Marc-André Moreau 51554ff16c channels: patch rdpdr/smartcard valgrind leaks, fix hang on disconnect 2014-12-28 14:56:13 -05:00
Marc-André Moreau 772a0aaf0c libfreerdp-core: fix TCP connection timeout (non-Windows) 2014-12-27 16:48:32 -05:00
Marc-André Moreau d8e10ac04a freerdp: patch leaks reported by valgrind when using TS Gateway 2014-12-11 11:25:34 -05:00
Bernhard Miklautz 2c30f4c8f7 android: update documentation
Add Android support library to requirements.
2014-11-15 01:04:57 +01:00
Hardening 86489f1c9a Merge pull request #1629 from bmiklautz/update_pull_1609
Android jpeg build enhancement
2014-05-20 22:10:17 +02:00
Armin Novak 5372153dd7 Updated documentation for android. 2013-12-08 14:18:34 +01:00
Marc-André Moreau 83ad1730b8 Merge branch 'master' of github.com:FreeRDP/FreeRDP
Conflicts:
	libfreerdp/core/input.c
	libfreerdp/core/update.c
2013-11-23 16:39:29 -05:00
Armin Novak 755c66f728 Updated readme. 2013-11-18 10:28:59 +01:00
Armin Novak 90f1be51dd Updated android build readme. 2013-11-18 10:27:45 +01:00
Marc-André Moreau b0b8b6aa9e Merge branch 'master' of github.com:FreeRDP/FreeRDP 2013-11-12 12:59:41 -05:00
Armin Novak 5a801a3951 Updated documentation. 2013-11-08 16:43:33 +01:00
Marc-André Moreau 639f6cee69 docs: improve valgrind suppressions file 2013-11-07 23:12:31 -05:00
Marc-André Moreau 5536033a8a libfreerdp-core: transport refactoring 2013-11-07 17:37:58 -05:00
Bernhard Miklautz fa1bc1f2fe ios build: updated README.ios 2013-10-06 13:47:52 +02:00
Bernhard Miklautz 4c3ceb6093 android build: set default ndk api level to 9
API level 9 is required in order build the android client with audio
support.
2013-10-01 23:30:58 +02:00
Armin Novak 64d4dda20b Added documentation for android SDK variables. 2013-09-17 15:58:32 +02:00
Bernhard Miklautz 558d40b18c Fixed typo 2013-08-08 12:41:04 +02:00
Bernhard Miklautz edc34d4d02 directfb: print "unmaintained" build warning
directfb client is currently unmaintained
2013-06-18 12:29:30 +02:00
Martin Fleisz 10bdf155e9 libfreerdp-core: Limit multifrag max size to 0xFFFF 2013-05-07 07:01:04 -07:00
Martin Fleisz 5c0440e5fc iOS: removed deprecated cmake options, updated readme 2013-04-02 11:01:59 +02:00
Bernhard Miklautz e5cf8ff7fb iOS: initial release of iFreeRDP
This is the initial release of iFreeRDP the FreeRDP iOS client.
Build instructions can be found in docs/README.ios.
2013-02-14 14:59:12 +01:00
Bernhard Miklautz f239e1f9c4 aFreeRDP: initial release
This is the initial release of aFreeRDP the FreeRDP Android client.
For build instructions have a look to docs/README.android.
2013-01-29 12:59:58 +01:00
Marc-André Moreau df0fde58c5 docs: update Doxyfile 2011-11-11 14:26:28 -05:00
Marc-André Moreau 0f728fc92c docs: update visio document with core graphical objects 2011-10-25 02:46:24 -04:00
Marc-André Moreau 575ed162c3 docs: started visio document for FreeRDP 2011-10-15 21:09:19 -04:00
Marc-André Moreau 1324d5903b docs: initial commit 2011-06-30 18:41:38 -04:00