Re: Problem Installing MikTex on linux mint 18

Christian Schenk <[email protected]>
Newsgroups gmane.comp.tex.miktex
Message-ID <[email protected]>
On 12/6/2016 2:03 PM, Víctor Barceló wrote:
> Hello, I have a problem installing MikTex on Linux Mint 18. Following the
> steps on the web, installing libraries etc, then y write on the console: *cmake
> -G "Unix Makefile", *but the system sends back : *CMake Error: The source
> directory "/home/victor" does not appear to contain CMakeLists.txt.* ¿What
> can i do to fix that?

You must either be in the source directory (not recommended), or you 
have to specify the path the source directory. For example:

    mkdir ~/miktex
    cd ~/miktex
    wget 
https://miktex.org/download/ctan/systems/win32/miktex/source/miktex-2.9-2016-10-30.tar.xz
    tar -xvJf miktex-2.9-2016-10-30.tar.xz
    mkdir ~/miktex/build
    cd ~/miktex/build
    cmake -G "Unix Makefiles" ../miktex-2.9-2016-10-30

Your source directory is ~/miktex/miktex-2.9-2016-10-30 and your 
(out-of-source) build directory is ~/miktex/build.



------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
Q: How can I leave the mailing list?
A: See http://docs.miktex.org/faq/support.html#leavingml
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.