icyphy / ptII

Ptolemy II is an open-source software framework supporting experimentation with actor-oriented design.
https://ptolemy.eecs.berkeley.edu/ptolemyII
Other
99 stars 43 forks source link

Linux support #333

Closed ryukinix closed 5 years ago

ryukinix commented 5 years ago

I didn't find anything about, even the software being written in Java. There is some work on this to run the software natively?

mehrdadn commented 5 years ago

I haven't tried recently but I would expect it to work fine natively. Have you tried compiling/running it on Linux (perhaps following similar instructions as on OS X)? Feel free to post here if you've run into any issues.

ryukinix commented 5 years ago

Thanks for supporting. I will try.

ryukinix commented 5 years ago

After clone in the root of repository I did:

export PTII=~/ptII
mkdir $PTII
./configure
make fast install

I can run the software now as ~/ptII/bin/vergil