I'll take a look. Please create a pull request... or perhaps I can just add your repo as a remote.
On Sun, Jun 12, 2016, 07:37 Darcy Shen <[email protected]> wrote: > ./configure is not required now > > > ---- On Sun, 12 Jun 2016 15:40:34 +0800 * [email protected] > <[email protected]> * wrote ---- > > > > If anyone is interested in using CMake to build TeXmacs, see this branch( > https://github.com/sadhen/texmacs/tree/sadhen) for the latest code. > > to build: > ./configure --prefix=/path/to/preferred > mkdir build > cd build > cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/preferred > make -j4 > make install > > **NOTE**: have to run `./configure` because many files relating to > building are generated by template files using ./configure > > Currently, I am investigating and trying to find an elegant way to > generate them in CMake. > > > ---- On Sat, 11 Jun 2016 23:34:42 +0800 *Karl Hegbloom > <[email protected] <[email protected]>>* wrote ---- > > Thread continuing in the github pull request. > > When we get this nailed down one of us will submit a patch here or in the > Savannah bts. > > > > > > On Sat, Jun 11, 2016, 08:57 Karl Hegbloom <[email protected]> wrote: > > > > ---------- Forwarded message --------- > From: Darcy Shen <[email protected]> > Date: Sat, Jun 11, 2016, 06:43 > Subject: [KarlHegbloom/texmacs] Use CMake to build TeXmacs (#6) > To: KarlHegbloom/texmacs <[email protected]> > > > It works on my debian sid. And should also works on Ubuntu 16.04. > ------------------------------ > You can view, comment on, or merge this pull request online at: > > https://github.com/KarlHegbloom/texmacs/pull/6 > Commit Summary > > - add kdev4 files to gitignore > - successfully build texmacs using cmake > - make it installable > > File Changes > > - *M* .gitignore > <https://github.com/KarlHegbloom/texmacs/pull/6/files#diff-0> (2) > - *M* src/CMakeLists.txt > <https://github.com/KarlHegbloom/texmacs/pull/6/files#diff-1> (32) > - *D* src/cmake/FindFreeType2.cmake > <https://github.com/KarlHegbloom/texmacs/pull/6/files#diff-2> (30) > - *M* src/cmake/FindGuile.cmake > <https://github.com/KarlHegbloom/texmacs/pull/6/files#diff-3> (5) > - *D* src/cmake/FindQt4.cmake > <https://github.com/KarlHegbloom/texmacs/pull/6/files#diff-4> (1287) > - *M* src/src/CMakeLists.txt > <https://github.com/KarlHegbloom/texmacs/pull/6/files#diff-5> (360) > > Patch Links: > > - https://github.com/KarlHegbloom/texmacs/pull/6.patch > - https://github.com/KarlHegbloom/texmacs/pull/6.diff > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > <https://github.com/KarlHegbloom/texmacs/pull/6>, or mute the thread > <https://github.com/notifications/unsubscribe/AACsltKbT9gDjMhx-wYddZmjZhEV68jJks5qKq1ogaJpZM4Iziuc> > . > > _______________________________________________ > Texmacs-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/texmacs-dev > > > > _______________________________________________ > Texmacs-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/texmacs-dev > > _______________________________________________ > Texmacs-dev mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/texmacs-dev >
_______________________________________________ Texmacs-dev mailing list [email protected] https://lists.gnu.org/mailman/listinfo/texmacs-dev
