项目作者: wkoszek

项目描述 :
JimTcl interpreter fixed to work on 3 platforms (Linux, BSD and Windows)
高级语言: C
项目地址: git://github.com/wkoszek/jimctl.git
创建时间: 2016-07-30T05:56:04Z
项目社区:https://github.com/wkoszek/jimctl

开源协议:Other

下载


JimTcl fixed to work on BSD, Linux and Windows

This is a JimTcl
version from circa before 2010. I took it since the build was entirely
makefile based and it was easy to port JimTcl back then. I made it work on
3 platforms: FreeBSD, GNU/Linux and Windows. For the invonvenience of not
having all bugs and features from 2010-… you get something that is easier
to port. The original README is here

This is a copy of my original repo on
http://repo.or.cz/jimtcl/wkoszek.git.
Since I no longer use repo.or.cz feel free to contribute only to GitHub
version, if you’re interested.

Notes

Some random notes extracted from
http://www.sqlite.org:8080/pipermail/jim-devel/2011-August/000589.html
email:

  1. You can get JimTcl installed on Windows.
  2. If you have MinGW, you should be able to create .dll. I think
  3. this .dll should be acceptable to use with VC++ programs. In other
  4. words: if you know how to load .dll from your program compiled with
  5. VC++, you shouldn't have bigger problems.
  6. Synchronize to my older JimTcl branch (which is known to compile and
  7. work on FreeBSD, GNU/Linux, Solaris and Windows [Cygwin/MinGW]):
  8. git clone http://repo.or.cz/r/jimtcl/wkoszek.git
  9. The only thing which is necessary to make it work after that is:
  10. make jim
  11. And if you want library, just do:
  12. make libjib
  13. For making it compile with VC++ it would be a bit more work, but
  14. not too much.
  15. If you provide me clean enough patch / exact and detailed changes to
  16. make it work, I'll incorporate your changes in my branch.