<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/INSTALL, branch v4.9.3</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.3</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.3'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2019-07-18T13:39:00Z</updated>
<entry>
<title>Android: fix location of the build apks</title>
<updated>2019-07-18T13:39:00Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2019-07-17T07:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=29f4d35bc429891a735855725ed6c620a04e242c'/>
<id>urn:sha1:29f4d35bc429891a735855725ed6c620a04e242c</id>
<content type='text'>
With all upgrading, the build apks now show up in a slightly different
location. Correct this in the scripting. Notice that this is debug
building only. Release building is outside the repo.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Add support to compile from source on a Raspberry Pi</title>
<updated>2019-03-05T17:01:22Z</updated>
<author>
<name>Doug Junkins</name>
<email>junkins@foghead.com</email>
</author>
<published>2019-03-05T04:57:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a29f7b7b32894d5fa2ffefbfed919c8d8f8e0c1e'/>
<id>urn:sha1:a29f7b7b32894d5fa2ffefbfed919c8d8f8e0c1e</id>
<content type='text'>
Update CMakeLists.txt to test if the CMAKE_SYSTEM_PROCESSOR variable is
either armv6l or armv7l. If so, add libGLESv2 to the list of libraries
to be linked to support openGL on embedded systems.

Update INSTALL file to list the packages needed to be installed on
Raspian Stretch or Ubuntu Mate to successfully compile subsurface from
source.

Signed-off-by: Doug Junkins &lt;junkins@foghead.com&gt;
</content>
</entry>
<entry>
<title>Add new package to Ubuntu requirements</title>
<updated>2018-10-15T20:37:40Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2018-10-15T20:20:17Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=36043e8af22f7e789d6231c18ed6429f5236d889'/>
<id>urn:sha1:36043e8af22f7e789d6231c18ed6429f5236d889</id>
<content type='text'>
This package is needed for building the mobile (on desktop) version.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fix typo in INSTALL file.</title>
<updated>2018-10-02T17:28:18Z</updated>
<author>
<name>retiform</name>
<email>colerogers@protonmail.com</email>
</author>
<published>2018-10-02T17:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=251d2589ad824180c664c7326c9ee86df5e4dae2'/>
<id>urn:sha1:251d2589ad824180c664c7326c9ee86df5e4dae2</id>
<content type='text'>
Changes git submoule to git submodule. In the INSTALL file.
Just a minor spelling fix.

Signed-off-by: Cole Rogers &lt;colerogers@protonmail.com&gt;
</content>
</entry>
<entry>
<title>Fix typo in INSTALL: add missing backspace at end of line</title>
<updated>2018-07-15T21:09:59Z</updated>
<author>
<name>Berthold Stoeger</name>
<email>bstoeger@mail.tuwien.ac.at</email>
</author>
<published>2018-07-15T20:33:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b53672507dea35f5eed97f357dc6d5e13be95482'/>
<id>urn:sha1:b53672507dea35f5eed97f357dc6d5e13be95482</id>
<content type='text'>
Signed-off-by: Berthold Stoeger &lt;bstoeger@mail.tuwien.ac.at&gt;
</content>
</entry>
<entry>
<title>Update INSTALL file</title>
<updated>2018-07-04T20:11:21Z</updated>
<author>
<name>Jocke</name>
<email>j.bygdell@gmail.com</email>
</author>
<published>2018-06-30T18:57:55Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=72c510426c1be4da8f4ccbcc1642e1507dc873cd'/>
<id>urn:sha1:72c510426c1be4da8f4ccbcc1642e1507dc873cd</id>
<content type='text'>
Update the install file to reflect the new build process.

Signed-off-by: Joakim Bygdell &lt;j.bygdell@gmail.com&gt;
</content>
</entry>
<entry>
<title>List Ubuntu 18.04 packages needed for build.</title>
<updated>2018-07-02T15:29:42Z</updated>
<author>
<name>Martin Měřinský</name>
<email>mermar@centrum.cz</email>
</author>
<published>2018-05-02T04:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=eec9270f32d9e9a7b11b825464b713d3160bd633'/>
<id>urn:sha1:eec9270f32d9e9a7b11b825464b713d3160bd633</id>
<content type='text'>
Closes #1229

[Dirk Hohndel: minor white space adjustment]

Signed-off-by: Martin Měřinský &lt;mermar@centrum.cz&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>iOS: update build instractions</title>
<updated>2018-05-09T12:40:31Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@libreoffice.org</email>
</author>
<published>2018-05-06T15:59:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a351393739ee8541abb05ce5fce25e8a6404c55d'/>
<id>urn:sha1:a351393739ee8541abb05ce5fce25e8a6404c55d</id>
<content type='text'>
Updated INSTALL to point at packaging/ios/README
Updated README to 'facts'
Deleted ios_build_instructions as they are covered in README

[Dirk Hohndel: refactored Jan's original commit in #1241]

Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Update references to Subsurface-NG</title>
<updated>2018-04-25T15:37:31Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-04-25T15:37:31Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6582896e7f7868170d6418e66e1021d54f2d1710'/>
<id>urn:sha1:6582896e7f7868170d6418e66e1021d54f2d1710</id>
<content type='text'>
We switched branch names for our own flavor of libdivecomputer.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updated with new round of comments.</title>
<updated>2018-04-24T13:38:15Z</updated>
<author>
<name>jan Iversen</name>
<email>jani@libreoffice.org</email>
</author>
<published>2018-04-23T16:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=fdcc749c99048d2bbb6aabd619afb2bf80e2f7e4'/>
<id>urn:sha1:fdcc749c99048d2bbb6aabd619afb2bf80e2f7e4</id>
<content type='text'>
Signed-off-by: Jan Iversen &lt;jani@apache.org&gt;
</content>
</entry>
</feed>
