General ⇒ Software
-
- Posts: 1
- Joined: Tue Nov 20, 2018 6:37 am
Software
I want YandY software for typesetting, because one of my client using YandY typesetting system. I was download the source code from TUG, but I am not able to convert into .exe file.
Can anybody help me.
Thanks
Kumar .M
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10361
- Joined: Mon Mar 10, 2008 9:44 pm
Software
welcome to the forum!
To generate an .exe file from the source code, you need an ANSI C Compiler. Fore example:
- MSVC (such as Visual Studio 2012/2013)
- GCC (version 4.8 has been tested)
- Clang/LLVM
Stefan