texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] [KarlHegbloom/texmacs] Use CMake to build TeXmacs (#6)


From: Karl Hegbloom
Subject: Re: [Texmacs-dev] [KarlHegbloom/texmacs] Use CMake to build TeXmacs (#6)
Date: Sun, 12 Jun 2016 14:29:43 +0000

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 <address@hidden> wrote:
./configure is not required now


---- On Sun, 12 Jun 2016 15:40:34 +0800 address@hidden 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 <address@hidden> 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 <address@hidden> wrote:


---------- Forwarded message ---------
From: Darcy Shen <address@hidden>
Date: Sat, Jun 11, 2016, 06:43
Subject: [KarlHegbloom/texmacs] Use CMake to build TeXmacs (#6)
To: KarlHegbloom/texmacs <address@hidden>


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

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

_______________________________________________
Texmacs-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/texmacs-dev


_______________________________________________
Texmacs-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/texmacs-dev
_______________________________________________
Texmacs-dev mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/texmacs-dev

reply via email to

[Prev in Thread] Current Thread [Next in Thread]